Html Css Color HEX #CAC975 Deco

📋 copy color: '#CAC975'

red 202 ◦ green 201 ◦ blue 117

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

Shades of Deco #CAC975

Tints of Deco #CAC975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 38.85%
G = 38.65%
B = 22.5%

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

#CAC975 (or 0xCAC975) is known color: Deco. HEX triplet: CA, C9 and 75. RGB value is (202,201,117). Sum of RGB (Red+Green+Blue) = 202+201+117=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC975 is #35368A. Grayscale: #C0C0C0. Windows color (decimal): -3487371 or 7719370. OLE color: 7719370.

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

Color convert

RGB 202 201 117 -
CMYK 0 0.00 0.42 0.21
HSL 59.29º 0.45% 0.63% -
HSV(B) 59.29º 0.42% 0.79% -
XYZ 48.45 55.61 25.01 -
YUV 191.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 202 201 117 0 0.00 0.42 0.21 59.29 0.45 0.63
Hex CA C9 75 0 0 2A 15 3B 2D 3F
Octal 312 311 165 0 0 52 25 73 55 77
Binary 11001010 11001001 1110101 0 0 101010 10101 111011 101101 111111

Color Harmonies of #CAC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC975

Black with #CAC975

Text Example


Text Example

White with #CAC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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