Shades of Deco #CACB8A
Tints of Deco #CACB8A
RGB
CMYK
RGB Variations
Color information
#CACB8A (or 0xCACB8A) is known color: Deco. HEX triplet: CA, CB and 8A. RGB value is (202,203,138). Sum of RGB (Red+Green+Blue) = 202+203+138=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB8A is #353475. Grayscale: #C3C3C3. Windows color (decimal): -3486838 or 9096138. OLE color: 9096138.
HSL color Cylindrical-coordinate representation of color #CACB8A: hue angle of 60.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CACB8A is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 138 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.20 |
| HSL | 60.92º | 0.38% | 0.67% | - |
| HSV(B) | 60.92º | 0.32% | 0.8% | - |
| XYZ | 50.3 | 57.1 | 32.42 | - |
| YUV | 195.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 138 | 0.00 | 0 | 0.32 | 0.20 | 60.92 | 0.38 | 0.67 |
| Hex | CA | CB | 8A | 0 | 0 | 20 | 14 | 3D | 26 | 43 |
| Octal | 312 | 313 | 212 | 0 | 0 | 40 | 24 | 75 | 46 | 103 |
| Binary | 11001010 | 11001011 | 10001010 | 0 | 0 | 100000 | 10100 | 111101 | 100110 | 1000011 |
Color Harmonies of #CACB8A
Complementary color
Monochromatic Colors of #CACB8A
Black with #CACB8A
Text Example
Text Example
White with #CACB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB8A; }
p { color: rgb(202,203,138); }
H1.HeaderClassName
{
color: #CACB8A;
}
.AnyTagClassName
{
color: #CACB8A;
}
</style>
background-color css
<style>
a { background-color: #CACB8A; }
a { background-color: rgb(202,203,138); }
div.DivClassName
{
background-color: #CACB8A;
}
.BgClassName
{
background-color: #CACB8A;
}
</style>
border-color css
<style>
span { border-color: #CACB8A; }
span { border-color: rgb(202,203,138); }
td.TdClassName
{
border-color: #CACB8A;
}
.TagClassName
{
border-color: #CACB8A;
}
</style>