Shades of Deco #CACB7A
Tints of Deco #CACB7A
RGB
CMYK
RGB Variations
Color information
#CACB7A (or 0xCACB7A) is known color: Deco. HEX triplet: CA, CB and 7A. RGB value is (202,203,122). Sum of RGB (Red+Green+Blue) = 202+203+122=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB7A is #353485. Grayscale: #C1C1C1. Windows color (decimal): -3486854 or 8047562. OLE color: 8047562.
HSL color Cylindrical-coordinate representation of color #CACB7A: hue angle of 60.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CACB7A is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 122 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.20 |
| HSL | 60.74º | 0.44% | 0.64% | - |
| HSV(B) | 60.74º | 0.4% | 0.8% | - |
| XYZ | 49.23 | 56.67 | 26.76 | - |
| YUV | 193.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 122 | 0.00 | 0 | 0.40 | 0.20 | 60.74 | 0.44 | 0.64 |
| Hex | CA | CB | 7A | 0 | 0 | 28 | 14 | 3D | 2C | 40 |
| Octal | 312 | 313 | 172 | 0 | 0 | 50 | 24 | 75 | 54 | 100 |
| Binary | 11001010 | 11001011 | 1111010 | 0 | 0 | 101000 | 10100 | 111101 | 101100 | 1000000 |
Color Harmonies of #CACB7A
Complementary color
Monochromatic Colors of #CACB7A
Black with #CACB7A
Text Example
Text Example
White with #CACB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB7A; }
p { color: rgb(202,203,122); }
H1.HeaderClassName
{
color: #CACB7A;
}
.AnyTagClassName
{
color: #CACB7A;
}
</style>
background-color css
<style>
a { background-color: #CACB7A; }
a { background-color: rgb(202,203,122); }
div.DivClassName
{
background-color: #CACB7A;
}
.BgClassName
{
background-color: #CACB7A;
}
</style>
border-color css
<style>
span { border-color: #CACB7A; }
span { border-color: rgb(202,203,122); }
td.TdClassName
{
border-color: #CACB7A;
}
.TagClassName
{
border-color: #CACB7A;
}
</style>