Shades of Deco #CAC678
Tints of Deco #CAC678
RGB
CMYK
RGB Variations
Color information
#CAC678 (or 0xCAC678) is known color: Deco. HEX triplet: CA, C6 and 78. RGB value is (202,198,120). Sum of RGB (Red+Green+Blue) = 202+198+120=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC678 is #353987. Grayscale: #BEBEBE. Windows color (decimal): -3488136 or 7915210. OLE color: 7915210.
HSL color Cylindrical-coordinate representation of color #CAC678: hue angle of 57.07º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAC678 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 120 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.21 |
| HSL | 57.07º | 0.44% | 0.63% | - |
| HSV(B) | 57.07º | 0.41% | 0.79% | - |
| XYZ | 47.94 | 54.3 | 25.72 | - |
| YUV | 190.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 120 | 0 | 0.02 | 0.41 | 0.21 | 57.07 | 0.44 | 0.63 |
| Hex | CA | C6 | 78 | 0 | 2 | 29 | 15 | 39 | 2C | 3F |
| Octal | 312 | 306 | 170 | 0 | 2 | 51 | 25 | 71 | 54 | 77 |
| Binary | 11001010 | 11000110 | 1111000 | 0 | 10 | 101001 | 10101 | 111001 | 101100 | 111111 |
Color Harmonies of #CAC678
Complementary color
Monochromatic Colors of #CAC678
Black with #CAC678
Text Example
Text Example
White with #CAC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC678; }
p { color: rgb(202,198,120); }
H1.HeaderClassName
{
color: #CAC678;
}
.AnyTagClassName
{
color: #CAC678;
}
</style>
background-color css
<style>
a { background-color: #CAC678; }
a { background-color: rgb(202,198,120); }
div.DivClassName
{
background-color: #CAC678;
}
.BgClassName
{
background-color: #CAC678;
}
</style>
border-color css
<style>
span { border-color: #CAC678; }
span { border-color: rgb(202,198,120); }
td.TdClassName
{
border-color: #CAC678;
}
.TagClassName
{
border-color: #CAC678;
}
</style>