Shades of Deco #CACB7B
Tints of Deco #CACB7B
RGB
CMYK
RGB Variations
Color information
#CACB7B (or 0xCACB7B) is known color: Deco. HEX triplet: CA, CB and 7B. RGB value is (202,203,123). Sum of RGB (Red+Green+Blue) = 202+203+123=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB7B is #353484. Grayscale: #C1C1C1. Windows color (decimal): -3486853 or 8113098. OLE color: 8113098.
HSL color Cylindrical-coordinate representation of color #CACB7B: hue angle of 60.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CACB7B is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 123 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.20 |
| HSL | 60.75º | 0.43% | 0.64% | - |
| HSV(B) | 60.75º | 0.39% | 0.8% | - |
| XYZ | 49.29 | 56.7 | 27.09 | - |
| YUV | 193.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 123 | 0.00 | 0 | 0.39 | 0.20 | 60.75 | 0.43 | 0.64 |
| Hex | CA | CB | 7B | 0 | 0 | 27 | 14 | 3D | 2B | 40 |
| Octal | 312 | 313 | 173 | 0 | 0 | 47 | 24 | 75 | 53 | 100 |
| Binary | 11001010 | 11001011 | 1111011 | 0 | 0 | 100111 | 10100 | 111101 | 101011 | 1000000 |
Color Harmonies of #CACB7B
Complementary color
Monochromatic Colors of #CACB7B
Black with #CACB7B
Text Example
Text Example
White with #CACB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB7B; }
p { color: rgb(202,203,123); }
H1.HeaderClassName
{
color: #CACB7B;
}
.AnyTagClassName
{
color: #CACB7B;
}
</style>
background-color css
<style>
a { background-color: #CACB7B; }
a { background-color: rgb(202,203,123); }
div.DivClassName
{
background-color: #CACB7B;
}
.BgClassName
{
background-color: #CACB7B;
}
</style>
border-color css
<style>
span { border-color: #CACB7B; }
span { border-color: rgb(202,203,123); }
td.TdClassName
{
border-color: #CACB7B;
}
.TagClassName
{
border-color: #CACB7B;
}
</style>