Shades of Deco #CACB7F
Tints of Deco #CACB7F
RGB
CMYK
RGB Variations
Color information
#CACB7F (or 0xCACB7F) is known color: Deco. HEX triplet: CA, CB and 7F. RGB value is (202,203,127). Sum of RGB (Red+Green+Blue) = 202+203+127=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB7F is #353480. Grayscale: #C2C2C2. Windows color (decimal): -3486849 or 8375242. OLE color: 8375242.
HSL color Cylindrical-coordinate representation of color #CACB7F: hue angle of 60.79º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CACB7F is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 127 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.20 |
| HSL | 60.79º | 0.42% | 0.65% | - |
| HSV(B) | 60.79º | 0.37% | 0.8% | - |
| XYZ | 49.54 | 56.8 | 28.43 | - |
| YUV | 194.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 127 | 0.00 | 0 | 0.37 | 0.20 | 60.79 | 0.42 | 0.65 |
| Hex | CA | CB | 7F | 0 | 0 | 25 | 14 | 3D | 2A | 41 |
| Octal | 312 | 313 | 177 | 0 | 0 | 45 | 24 | 75 | 52 | 101 |
| Binary | 11001010 | 11001011 | 1111111 | 0 | 0 | 100101 | 10100 | 111101 | 101010 | 1000001 |
Color Harmonies of #CACB7F
Complementary color
Monochromatic Colors of #CACB7F
Black with #CACB7F
Text Example
Text Example
White with #CACB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB7F; }
p { color: rgb(202,203,127); }
H1.HeaderClassName
{
color: #CACB7F;
}
.AnyTagClassName
{
color: #CACB7F;
}
</style>
background-color css
<style>
a { background-color: #CACB7F; }
a { background-color: rgb(202,203,127); }
div.DivClassName
{
background-color: #CACB7F;
}
.BgClassName
{
background-color: #CACB7F;
}
</style>
border-color css
<style>
span { border-color: #CACB7F; }
span { border-color: rgb(202,203,127); }
td.TdClassName
{
border-color: #CACB7F;
}
.TagClassName
{
border-color: #CACB7F;
}
</style>