Shades of Deco #CBCA8A
Tints of Deco #CBCA8A
RGB
CMYK
RGB Variations
Color information
#CBCA8A (or 0xCBCA8A) is known color: Deco. HEX triplet: CB, CA and 8A. RGB value is (203,202,138). Sum of RGB (Red+Green+Blue) = 203+202+138=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCA8A is #343575. Grayscale: #C3C3C3. Windows color (decimal): -3421558 or 9095883. OLE color: 9095883.
HSL color Cylindrical-coordinate representation of color #CBCA8A: hue angle of 59.08º 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 #CBCA8A is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 138 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.20 |
| HSL | 59.08º | 0.38% | 0.67% | - |
| HSV(B) | 59.08º | 0.32% | 0.8% | - |
| XYZ | 50.34 | 56.77 | 32.35 | - |
| YUV | 195 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 138 | 0 | 0.00 | 0.32 | 0.20 | 59.08 | 0.38 | 0.67 |
| Hex | CB | CA | 8A | 0 | 0 | 20 | 14 | 3B | 26 | 43 |
| Octal | 313 | 312 | 212 | 0 | 0 | 40 | 24 | 73 | 46 | 103 |
| Binary | 11001011 | 11001010 | 10001010 | 0 | 0 | 100000 | 10100 | 111011 | 100110 | 1000011 |
Color Harmonies of #CBCA8A
Complementary color
Monochromatic Colors of #CBCA8A
Black with #CBCA8A
Text Example
Text Example
White with #CBCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCA8A; }
p { color: rgb(203,202,138); }
H1.HeaderClassName
{
color: #CBCA8A;
}
.AnyTagClassName
{
color: #CBCA8A;
}
</style>
background-color css
<style>
a { background-color: #CBCA8A; }
a { background-color: rgb(203,202,138); }
div.DivClassName
{
background-color: #CBCA8A;
}
.BgClassName
{
background-color: #CBCA8A;
}
</style>
border-color css
<style>
span { border-color: #CBCA8A; }
span { border-color: rgb(203,202,138); }
td.TdClassName
{
border-color: #CBCA8A;
}
.TagClassName
{
border-color: #CBCA8A;
}
</style>