Html Css Color HEX #CAC976 Deco

📋 copy color: '#CAC976'

red 202 ◦ green 201 ◦ blue 118

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

Shades of Deco #CAC976

Tints of Deco #CAC976

RGB

 RED value IS 202 (79.3% from 255) = 38.77%

 GREEN value IS 201 (78.91% from 255) = 38.58%

 BLUE value IS 118 (46.48% from 255) = 22.65%

R = 38.77%
G = 38.58%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC976 (or 0xCAC976) is known color: Deco. HEX triplet: CA, C9 and 76. RGB value is (202,201,118). Sum of RGB (Red+Green+Blue) = 202+201+118=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC976 is #353689. Grayscale: #C0C0C0. Windows color (decimal): -3487370 or 7784906. OLE color: 7784906.

HSL color Cylindrical-coordinate representation of color #CAC976: hue angle of 59.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAC976 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 118 -
CMYK 0 0.00 0.42 0.21
HSL 59.29º 0.44% 0.63% -
HSV(B) 59.29º 0.42% 0.79% -
XYZ 48.51 55.64 25.32 -
YUV 191.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 202 201 118 0 0.00 0.42 0.21 59.29 0.44 0.63
Hex CA C9 76 0 0 2A 15 3B 2C 3F
Octal 312 311 166 0 0 52 25 73 54 77
Binary 11001010 11001001 1110110 0 0 101010 10101 111011 101100 111111

Color Harmonies of #CAC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC976

Black with #CAC976

Text Example


Text Example

White with #CAC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC976; }

 p { color: rgb(202,201,118); }

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

background-color css

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

 a { background-color: rgb(202,201,118); }

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

border-color css

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

 span { border-color: rgb(202,201,118); }

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