Html Css Color HEX #C9A178 Cameo

📋 copy color: '#C9A178'

red 201 ◦ green 161 ◦ blue 120

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

Shades of Cameo #C9A178

Tints of Cameo #C9A178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

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

R = 41.7%
G = 33.4%
B = 24.9%

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

#C9A178 (or 0xC9A178) is known color: Cameo. HEX triplet: C9, A1 and 78. RGB value is (201,161,120). Sum of RGB (Red+Green+Blue) = 201+161+120=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A178 is #365E87. Grayscale: #A8A8A8. Windows color (decimal): -3563144 or 7905737. OLE color: 7905737.

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

Color convert

RGB 201 161 120 -
CMYK 0 0.20 0.40 0.21
HSL 30.37º 0.43% 0.63% -
HSV(B) 30.37º 0.4% 0.79% -
XYZ 40.22 39.26 23.23 -
YUV 168.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 201 161 120 0 0.20 0.40 0.21 30.37 0.43 0.63
Hex C9 A1 78 0 14 28 15 1E 2B 3F
Octal 311 241 170 0 24 50 25 36 53 77
Binary 11001001 10100001 1111000 0 10100 101000 10101 11110 101011 111111

Color Harmonies of #C9A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A178

Black with #C9A178

Text Example


Text Example

White with #C9A178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A178; }

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

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

background-color css

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

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

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

border-color css

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

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

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