Shades of Deco #CAC98C
Tints of Deco #CAC98C
RGB
CMYK
RGB Variations
Color information
#CAC98C (or 0xCAC98C) is known color: Deco. HEX triplet: CA, C9 and 8C. RGB value is (202,201,140). Sum of RGB (Red+Green+Blue) = 202+201+140=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC98C is #353673. Grayscale: #C2C2C2. Windows color (decimal): -3487348 or 9226698. OLE color: 9226698.
HSL color Cylindrical-coordinate representation of color #CAC98C: hue angle of 59.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC98C is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 140 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.21 |
| HSL | 59.03º | 0.37% | 0.67% | - |
| HSV(B) | 59.03º | 0.31% | 0.79% | - |
| XYZ | 49.98 | 56.22 | 33.03 | - |
| YUV | 194.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 140 | 0 | 0.00 | 0.31 | 0.21 | 59.03 | 0.37 | 0.67 |
| Hex | CA | C9 | 8C | 0 | 0 | 1F | 15 | 3B | 25 | 43 |
| Octal | 312 | 311 | 214 | 0 | 0 | 37 | 25 | 73 | 45 | 103 |
| Binary | 11001010 | 11001001 | 10001100 | 0 | 0 | 11111 | 10101 | 111011 | 100101 | 1000011 |
Color Harmonies of #CAC98C
Complementary color
Monochromatic Colors of #CAC98C
Black with #CAC98C
Text Example
Text Example
White with #CAC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC98C; }
p { color: rgb(202,201,140); }
H1.HeaderClassName
{
color: #CAC98C;
}
.AnyTagClassName
{
color: #CAC98C;
}
</style>
background-color css
<style>
a { background-color: #CAC98C; }
a { background-color: rgb(202,201,140); }
div.DivClassName
{
background-color: #CAC98C;
}
.BgClassName
{
background-color: #CAC98C;
}
</style>
border-color css
<style>
span { border-color: #CAC98C; }
span { border-color: rgb(202,201,140); }
td.TdClassName
{
border-color: #CAC98C;
}
.TagClassName
{
border-color: #CAC98C;
}
</style>