Shades of Deco #CAC87D
Tints of Deco #CAC87D
RGB
CMYK
RGB Variations
Color information
#CAC87D (or 0xCAC87D) is known color: Deco. HEX triplet: CA, C8 and 7D. RGB value is (202,200,125). Sum of RGB (Red+Green+Blue) = 202+200+125=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC87D is #353782. Grayscale: #C0C0C0. Windows color (decimal): -3487619 or 8243402. OLE color: 8243402.
HSL color Cylindrical-coordinate representation of color #CAC87D: hue angle of 58.44º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAC87D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 125 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.21 |
| HSL | 58.44º | 0.42% | 0.64% | - |
| HSV(B) | 58.44º | 0.38% | 0.79% | - |
| XYZ | 48.71 | 55.35 | 27.52 | - |
| YUV | 192.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 125 | 0 | 0.01 | 0.38 | 0.21 | 58.44 | 0.42 | 0.64 |
| Hex | CA | C8 | 7D | 0 | 1 | 26 | 15 | 3A | 2A | 40 |
| Octal | 312 | 310 | 175 | 0 | 1 | 46 | 25 | 72 | 52 | 100 |
| Binary | 11001010 | 11001000 | 1111101 | 0 | 1 | 100110 | 10101 | 111010 | 101010 | 1000000 |
Color Harmonies of #CAC87D
Complementary color
Monochromatic Colors of #CAC87D
Black with #CAC87D
Text Example
Text Example
White with #CAC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC87D; }
p { color: rgb(202,200,125); }
H1.HeaderClassName
{
color: #CAC87D;
}
.AnyTagClassName
{
color: #CAC87D;
}
</style>
background-color css
<style>
a { background-color: #CAC87D; }
a { background-color: rgb(202,200,125); }
div.DivClassName
{
background-color: #CAC87D;
}
.BgClassName
{
background-color: #CAC87D;
}
</style>
border-color css
<style>
span { border-color: #CAC87D; }
span { border-color: rgb(202,200,125); }
td.TdClassName
{
border-color: #CAC87D;
}
.TagClassName
{
border-color: #CAC87D;
}
</style>