Shades of Deco #CAC875
Tints of Deco #CAC875
RGB
CMYK
RGB Variations
Color information
#CAC875 (or 0xCAC875) is known color: Deco. HEX triplet: CA, C8 and 75. RGB value is (202,200,117). Sum of RGB (Red+Green+Blue) = 202+200+117=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC875 is #35378A. Grayscale: #BFBFBF. Windows color (decimal): -3487627 or 7719114. OLE color: 7719114.
HSL color Cylindrical-coordinate representation of color #CAC875: hue angle of 58.59º 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 #CAC875 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 117 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.21 |
| HSL | 58.59º | 0.45% | 0.63% | - |
| HSV(B) | 58.59º | 0.42% | 0.79% | - |
| XYZ | 48.22 | 55.15 | 24.93 | - |
| YUV | 191.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 117 | 0 | 0.01 | 0.42 | 0.21 | 58.59 | 0.45 | 0.63 |
| Hex | CA | C8 | 75 | 0 | 1 | 2A | 15 | 3B | 2D | 3F |
| Octal | 312 | 310 | 165 | 0 | 1 | 52 | 25 | 73 | 55 | 77 |
| Binary | 11001010 | 11001000 | 1110101 | 0 | 1 | 101010 | 10101 | 111011 | 101101 | 111111 |
Color Harmonies of #CAC875
Complementary color
Monochromatic Colors of #CAC875
Black with #CAC875
Text Example
Text Example
White with #CAC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC875; }
p { color: rgb(202,200,117); }
H1.HeaderClassName
{
color: #CAC875;
}
.AnyTagClassName
{
color: #CAC875;
}
</style>
background-color css
<style>
a { background-color: #CAC875; }
a { background-color: rgb(202,200,117); }
div.DivClassName
{
background-color: #CAC875;
}
.BgClassName
{
background-color: #CAC875;
}
</style>
border-color css
<style>
span { border-color: #CAC875; }
span { border-color: rgb(202,200,117); }
td.TdClassName
{
border-color: #CAC875;
}
.TagClassName
{
border-color: #CAC875;
}
</style>