Color Hex Logo

#c99478 Color Hex

#C99478
(201,148,120)
0 Favorites   0 Comments

Color spaces of #c99478

RGB 201148120
HSL0.060.430.63
HSV21°40°79°
CMYK 0.000.260.40   0.21
XYZ38.067534.953422.5096
Yxy34.95340.39850.3659
Hunter Lab59.121411.471418.8112
CIE-Lab65.712416.351922.6248

#c99478 color RGB value is (201,148,120).

#c99478 hex color red value is 201, green value is 148 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c99478 hue: 0.06 , saturation: 0.43 and the lightness value of c99478 is 0.63.

The process color (four color CMYK) of #c99478 color hex is 0.00, 0.26, 0.40, 0.21. Web safe color of #c99478 is #cc9966. Color #c99478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 01111000
Octal 311 224 170
Decimal 201 148 120
Hex C9 94 78

RGB Percentages of Color #c99478

%42.86
%31.56
%25.59

CMYK Percentages of Color #c99478

%0
%26
%40
%21

Triadic Colors of #c99478

#c99478 #78c994 #9478c9

Analogous Colors of #c99478

#c99478 #c9bd78 #c97885

Monochromatic Colors of #c99478

#c99478

Complementary Color

#c99478 #78adc9

#c99478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99478 Color CSS Codes

.mybgcolor {background-color:#c99478; } 
.myforecolor {color:#c99478; }
.mybordercolor {border:3px solid #c99478; }

#c99478 Text Font Color

<p style="color:#c99478">Text here</p>

This sample text font color is #c99478
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c99478 Background Color

<div style="background-color:#c99478">
Div content here</div>

This div background color is #c99478


#c99478 Border Color

<div style="border:3px solid #c99478">
Div here</div>

This div border color is #c99478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,148,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99478;
  -webkit-box-shadow: 1px 1px 3px 2px #c99478;
  box-shadow:         1px 1px 3px 2px #c99478; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,148,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c99478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c99478;
  -webkit-box-shadow: 1px 1px 3px 2px #c99478;
  box-shadow:         1px 1px 3px 2px #c99478;">
Div content here</div>

This div box has shadow with color #c99478


Comments

No comments written yet.

Please login to write comment.