Shades of Deco #CAC78A
Tints of Deco #CAC78A
RGB
CMYK
RGB Variations
Color information
#CAC78A (or 0xCAC78A) is known color: Deco. HEX triplet: CA, C7 and 8A. RGB value is (202,199,138). Sum of RGB (Red+Green+Blue) = 202+199+138=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC78A is #353875. Grayscale: #C1C1C1. Windows color (decimal): -3487862 or 9095114. OLE color: 9095114.
HSL color Cylindrical-coordinate representation of color #CAC78A: hue angle of 57.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC78A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 138 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.21 |
| HSL | 57.19º | 0.38% | 0.67% | - |
| HSV(B) | 57.19º | 0.32% | 0.79% | - |
| XYZ | 49.37 | 55.24 | 32.1 | - |
| YUV | 192.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 138 | 0 | 0.01 | 0.32 | 0.21 | 57.19 | 0.38 | 0.67 |
| Hex | CA | C7 | 8A | 0 | 1 | 20 | 15 | 39 | 26 | 43 |
| Octal | 312 | 307 | 212 | 0 | 1 | 40 | 25 | 71 | 46 | 103 |
| Binary | 11001010 | 11000111 | 10001010 | 0 | 1 | 100000 | 10101 | 111001 | 100110 | 1000011 |
Color Harmonies of #CAC78A
Complementary color
Monochromatic Colors of #CAC78A
Black with #CAC78A
Text Example
Text Example
White with #CAC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC78A; }
p { color: rgb(202,199,138); }
H1.HeaderClassName
{
color: #CAC78A;
}
.AnyTagClassName
{
color: #CAC78A;
}
</style>
background-color css
<style>
a { background-color: #CAC78A; }
a { background-color: rgb(202,199,138); }
div.DivClassName
{
background-color: #CAC78A;
}
.BgClassName
{
background-color: #CAC78A;
}
</style>
border-color css
<style>
span { border-color: #CAC78A; }
span { border-color: rgb(202,199,138); }
td.TdClassName
{
border-color: #CAC78A;
}
.TagClassName
{
border-color: #CAC78A;
}
</style>