Html Css Color HEX #C9A078 Cameo

📋 copy color: '#C9A078'

red 201 ◦ green 160 ◦ blue 120

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

Shades of Cameo #C9A078

Tints of Cameo #C9A078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.95%

R = 41.79%
G = 33.26%
B = 24.95%

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

#C9A078 (or 0xC9A078) is known color: Cameo. HEX triplet: C9, A0 and 78. RGB value is (201,160,120). Sum of RGB (Red+Green+Blue) = 201+160+120=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A078 is #365F87. Grayscale: #A7A7A7. Windows color (decimal): -3563400 or 7905481. OLE color: 7905481.

HSL color Cylindrical-coordinate representation of color #C9A078: hue angle of 29.63º 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 #C9A078 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 120 -
CMYK 0 0.20 0.40 0.21
HSL 29.63º 0.43% 0.63% -
HSV(B) 29.63º 0.4% 0.79% -
XYZ 40.05 38.92 23.17 -
YUV 167.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 201 160 120 0 0.20 0.40 0.21 29.63 0.43 0.63
Hex C9 A0 78 0 14 28 15 1E 2B 3F
Octal 311 240 170 0 24 50 25 36 53 77
Binary 11001001 10100000 1111000 0 10100 101000 10101 11110 101011 111111

Color Harmonies of #C9A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A078

Black with #C9A078

Text Example


Text Example

White with #C9A078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A078; }

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

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

background-color css

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

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

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

border-color css

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

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

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