Shades of Deco #CBCA89
Tints of Deco #CBCA89
RGB
CMYK
RGB Variations
Color information
#CBCA89 (or 0xCBCA89) is known color: Deco. HEX triplet: CB, CA and 89. RGB value is (203,202,137). Sum of RGB (Red+Green+Blue) = 203+202+137=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCA89 is #343576. Grayscale: #C3C3C3. Windows color (decimal): -3421559 or 9030347. OLE color: 9030347.
HSL color Cylindrical-coordinate representation of color #CBCA89: hue angle of 59.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBCA89 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 137 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.20 |
| HSL | 59.09º | 0.39% | 0.67% | - |
| HSV(B) | 59.09º | 0.33% | 0.8% | - |
| XYZ | 50.26 | 56.74 | 31.97 | - |
| YUV | 194.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 137 | 0 | 0.00 | 0.33 | 0.20 | 59.09 | 0.39 | 0.67 |
| Hex | CB | CA | 89 | 0 | 0 | 21 | 14 | 3B | 27 | 43 |
| Octal | 313 | 312 | 211 | 0 | 0 | 41 | 24 | 73 | 47 | 103 |
| Binary | 11001011 | 11001010 | 10001001 | 0 | 0 | 100001 | 10100 | 111011 | 100111 | 1000011 |
Color Harmonies of #CBCA89
Complementary color
Monochromatic Colors of #CBCA89
Black with #CBCA89
Text Example
Text Example
White with #CBCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCA89; }
p { color: rgb(203,202,137); }
H1.HeaderClassName
{
color: #CBCA89;
}
.AnyTagClassName
{
color: #CBCA89;
}
</style>
background-color css
<style>
a { background-color: #CBCA89; }
a { background-color: rgb(203,202,137); }
div.DivClassName
{
background-color: #CBCA89;
}
.BgClassName
{
background-color: #CBCA89;
}
</style>
border-color css
<style>
span { border-color: #CBCA89; }
span { border-color: rgb(203,202,137); }
td.TdClassName
{
border-color: #CBCA89;
}
.TagClassName
{
border-color: #CBCA89;
}
</style>