Shades of Deco #CBC991
Tints of Deco #CBC991
RGB
CMYK
RGB Variations
Color information
#CBC991 (or 0xCBC991) is known color: Deco. HEX triplet: CB, C9 and 91. RGB value is (203,201,145). Sum of RGB (Red+Green+Blue) = 203+201+145=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC991 is #34366E. Grayscale: #C3C3C3. Windows color (decimal): -3421807 or 9554379. OLE color: 9554379.
HSL color Cylindrical-coordinate representation of color #CBC991: hue angle of 57.93º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBC991 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 145 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.20 |
| HSL | 57.93º | 0.36% | 0.68% | - |
| HSV(B) | 57.93º | 0.29% | 0.8% | - |
| XYZ | 50.63 | 56.51 | 35.03 | - |
| YUV | 195.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 145 | 0 | 0.01 | 0.29 | 0.20 | 57.93 | 0.36 | 0.68 |
| Hex | CB | C9 | 91 | 0 | 1 | 1D | 14 | 3A | 24 | 44 |
| Octal | 313 | 311 | 221 | 0 | 1 | 35 | 24 | 72 | 44 | 104 |
| Binary | 11001011 | 11001001 | 10010001 | 0 | 1 | 11101 | 10100 | 111010 | 100100 | 1000100 |
Color Harmonies of #CBC991
Complementary color
Monochromatic Colors of #CBC991
Black with #CBC991
Text Example
Text Example
White with #CBC991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC991; }
p { color: rgb(203,201,145); }
H1.HeaderClassName
{
color: #CBC991;
}
.AnyTagClassName
{
color: #CBC991;
}
</style>
background-color css
<style>
a { background-color: #CBC991; }
a { background-color: rgb(203,201,145); }
div.DivClassName
{
background-color: #CBC991;
}
.BgClassName
{
background-color: #CBC991;
}
</style>
border-color css
<style>
span { border-color: #CBC991; }
span { border-color: rgb(203,201,145); }
td.TdClassName
{
border-color: #CBC991;
}
.TagClassName
{
border-color: #CBC991;
}
</style>