Html Css Color HEX #CAC876 Deco

📋 copy color: '#CAC876'

red 202 ◦ green 200 ◦ blue 118

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

Shades of Deco #CAC876

Tints of Deco #CAC876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

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

R = 38.85%
G = 38.46%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC876 (or 0xCAC876) is known color: Deco. HEX triplet: CA, C8 and 76. RGB value is (202,200,118). Sum of RGB (Red+Green+Blue) = 202+200+118=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC876 is #353789. Grayscale: #BFBFBF. Windows color (decimal): -3487626 or 7784650. OLE color: 7784650.

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

Color convert

RGB 202 200 118 -
CMYK 0 0.01 0.42 0.21
HSL 58.57º 0.44% 0.63% -
HSV(B) 58.57º 0.42% 0.79% -
XYZ 48.28 55.17 25.24 -
YUV 191.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 202 200 118 0 0.01 0.42 0.21 58.57 0.44 0.63
Hex CA C8 76 0 1 2A 15 3B 2C 3F
Octal 312 310 166 0 1 52 25 73 54 77
Binary 11001010 11001000 1110110 0 1 101010 10101 111011 101100 111111

Color Harmonies of #CAC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC876

Black with #CAC876

Text Example


Text Example

White with #CAC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC876; }

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

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

background-color css

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

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

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

border-color css

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

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

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