Shades of Deco #CAC873
Tints of Deco #CAC873
RGB
CMYK
RGB Variations
Color information
#CAC873 (or 0xCAC873) is known color: Deco. HEX triplet: CA, C8 and 73. RGB value is (202,200,115). Sum of RGB (Red+Green+Blue) = 202+200+115=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC873 is #35378C. Grayscale: #BFBFBF. Windows color (decimal): -3487629 or 7588042. OLE color: 7588042.
HSL color Cylindrical-coordinate representation of color #CAC873: hue angle of 58.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAC873 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 115 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.21 |
| HSL | 58.62º | 0.45% | 0.62% | - |
| HSV(B) | 58.62º | 0.43% | 0.79% | - |
| XYZ | 48.11 | 55.1 | 24.32 | - |
| YUV | 190.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 115 | 0 | 0.01 | 0.43 | 0.21 | 58.62 | 0.45 | 0.62 |
| Hex | CA | C8 | 73 | 0 | 1 | 2B | 15 | 3B | 2D | 3E |
| Octal | 312 | 310 | 163 | 0 | 1 | 53 | 25 | 73 | 55 | 76 |
| Binary | 11001010 | 11001000 | 1110011 | 0 | 1 | 101011 | 10101 | 111011 | 101101 | 111110 |
Color Harmonies of #CAC873
Complementary color
Monochromatic Colors of #CAC873
Black with #CAC873
Text Example
Text Example
White with #CAC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC873; }
p { color: rgb(202,200,115); }
H1.HeaderClassName
{
color: #CAC873;
}
.AnyTagClassName
{
color: #CAC873;
}
</style>
background-color css
<style>
a { background-color: #CAC873; }
a { background-color: rgb(202,200,115); }
div.DivClassName
{
background-color: #CAC873;
}
.BgClassName
{
background-color: #CAC873;
}
</style>
border-color css
<style>
span { border-color: #CAC873; }
span { border-color: rgb(202,200,115); }
td.TdClassName
{
border-color: #CAC873;
}
.TagClassName
{
border-color: #CAC873;
}
</style>