Shades of Deco #CAC671
Tints of Deco #CAC671
RGB
CMYK
RGB Variations
Color information
#CAC671 (or 0xCAC671) is known color: Deco. HEX triplet: CA, C6 and 71. RGB value is (202,198,113). Sum of RGB (Red+Green+Blue) = 202+198+113=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC671 is #35398E. Grayscale: #BDBDBD. Windows color (decimal): -3488143 or 7456458. OLE color: 7456458.
HSL color Cylindrical-coordinate representation of color #CAC671: hue angle of 57.3º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC671 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 113 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.21 |
| HSL | 57.3º | 0.46% | 0.62% | - |
| HSV(B) | 57.3º | 0.44% | 0.79% | - |
| XYZ | 47.53 | 54.14 | 23.57 | - |
| YUV | 189.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 113 | 0 | 0.02 | 0.44 | 0.21 | 57.3 | 0.46 | 0.62 |
| Hex | CA | C6 | 71 | 0 | 2 | 2C | 15 | 39 | 2E | 3E |
| Octal | 312 | 306 | 161 | 0 | 2 | 54 | 25 | 71 | 56 | 76 |
| Binary | 11001010 | 11000110 | 1110001 | 0 | 10 | 101100 | 10101 | 111001 | 101110 | 111110 |
Color Harmonies of #CAC671
Complementary color
Monochromatic Colors of #CAC671
Black with #CAC671
Text Example
Text Example
White with #CAC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC671; }
p { color: rgb(202,198,113); }
H1.HeaderClassName
{
color: #CAC671;
}
.AnyTagClassName
{
color: #CAC671;
}
</style>
background-color css
<style>
a { background-color: #CAC671; }
a { background-color: rgb(202,198,113); }
div.DivClassName
{
background-color: #CAC671;
}
.BgClassName
{
background-color: #CAC671;
}
</style>
border-color css
<style>
span { border-color: #CAC671; }
span { border-color: rgb(202,198,113); }
td.TdClassName
{
border-color: #CAC671;
}
.TagClassName
{
border-color: #CAC671;
}
</style>