Shades of Deco #CAC78D
Tints of Deco #CAC78D
RGB
CMYK
RGB Variations
Color information
#CAC78D (or 0xCAC78D) is known color: Deco. HEX triplet: CA, C7 and 8D. RGB value is (202,199,141). Sum of RGB (Red+Green+Blue) = 202+199+141=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC78D is #353872. Grayscale: #C1C1C1. Windows color (decimal): -3487859 or 9291722. OLE color: 9291722.
HSL color Cylindrical-coordinate representation of color #CAC78D: hue angle of 57.05º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC78D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 141 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.21 |
| HSL | 57.05º | 0.37% | 0.67% | - |
| HSV(B) | 57.05º | 0.3% | 0.79% | - |
| XYZ | 49.59 | 55.33 | 33.26 | - |
| YUV | 193.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 141 | 0 | 0.01 | 0.30 | 0.21 | 57.05 | 0.37 | 0.67 |
| Hex | CA | C7 | 8D | 0 | 1 | 1E | 15 | 39 | 25 | 43 |
| Octal | 312 | 307 | 215 | 0 | 1 | 36 | 25 | 71 | 45 | 103 |
| Binary | 11001010 | 11000111 | 10001101 | 0 | 1 | 11110 | 10101 | 111001 | 100101 | 1000011 |
Color Harmonies of #CAC78D
Complementary color
Monochromatic Colors of #CAC78D
Black with #CAC78D
Text Example
Text Example
White with #CAC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC78D; }
p { color: rgb(202,199,141); }
H1.HeaderClassName
{
color: #CAC78D;
}
.AnyTagClassName
{
color: #CAC78D;
}
</style>
background-color css
<style>
a { background-color: #CAC78D; }
a { background-color: rgb(202,199,141); }
div.DivClassName
{
background-color: #CAC78D;
}
.BgClassName
{
background-color: #CAC78D;
}
</style>
border-color css
<style>
span { border-color: #CAC78D; }
span { border-color: rgb(202,199,141); }
td.TdClassName
{
border-color: #CAC78D;
}
.TagClassName
{
border-color: #CAC78D;
}
</style>