Html Css Color HEX #C9A079 Cameo

📋 copy color: '#C9A079'

red 201 ◦ green 160 ◦ blue 121

#C9A079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #C9A079

Tints of Cameo #C9A079

RGB

 RED value IS 201 (78.91% from 255) = 41.7%

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 121 (47.66% from 255) = 25.1%

R = 41.7%
G = 33.2%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9A079 (or 0xC9A079) is known color: Cameo. HEX triplet: C9, A0 and 79. RGB value is (201,160,121). Sum of RGB (Red+Green+Blue) = 201+160+121=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A079 is #365F86. Grayscale: #A8A8A8. Windows color (decimal): -3563399 or 7971017. OLE color: 7971017.

HSL color Cylindrical-coordinate representation of color #C9A079: hue angle of 29.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9A079 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 121 -
CMYK 0 0.20 0.40 0.21
HSL 29.25º 0.43% 0.63% -
HSV(B) 29.25º 0.4% 0.79% -
XYZ 40.11 38.94 23.49 -
YUV 167.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 201 160 121 0 0.20 0.40 0.21 29.25 0.43 0.63
Hex C9 A0 79 0 14 28 15 1D 2B 3F
Octal 311 240 171 0 24 50 25 35 53 77
Binary 11001001 10100000 1111001 0 10100 101000 10101 11101 101011 111111

Color Harmonies of #C9A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A079

Black with #C9A079

Text Example


Text Example

White with #C9A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A079; }

 p { color: rgb(201,160,121); }

 H1.HeaderClassName
 {
   color: #C9A079;
 }
 .AnyTagClassName
 {
   color: #C9A079;
 }
</style>

background-color css

<style>
 a { background-color: #C9A079; }

 a { background-color: rgb(201,160,121); }

 div.DivClassName
 {
   background-color: #C9A079;
 }
 .BgClassName
 {
   background-color: #C9A079;
 }
</style>

border-color css

<style>
 span { border-color: #C9A079; }

 span { border-color: rgb(201,160,121); }

 td.TdClassName
 {
   border-color: #C9A079;
 }
 .TagClassName
 {
   border-color: #C9A079;
 }
</style>