Shades of Deco #CBCB92
Tints of Deco #CBCB92
RGB
CMYK
RGB Variations
Color information
#CBCB92 (or 0xCBCB92) is known color: Deco. HEX triplet: CB, CB and 92. RGB value is (203,203,146). Sum of RGB (Red+Green+Blue) = 203+203+146=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCB92 is #34346D. Grayscale: #C4C4C4. Windows color (decimal): -3421294 or 9620427. OLE color: 9620427.
HSL color Cylindrical-coordinate representation of color #CBCB92: hue angle of 60º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBCB92 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 146 | - |
| CMYK | 0 | 0 | 0.28 | 0.20 |
| HSL | 60º | 0.35% | 0.68% | - |
| HSV(B) | 60º | 0.28% | 0.8% | - |
| XYZ | 51.17 | 57.48 | 35.59 | - |
| YUV | 196.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 146 | 0 | 0 | 0.28 | 0.20 | 60 | 0.35 | 0.68 |
| Hex | CB | CB | 92 | 0 | 0 | 1C | 14 | 3C | 23 | 44 |
| Octal | 313 | 313 | 222 | 0 | 0 | 34 | 24 | 74 | 43 | 104 |
| Binary | 11001011 | 11001011 | 10010010 | 0 | 0 | 11100 | 10100 | 111100 | 100011 | 1000100 |
Color Harmonies of #CBCB92
Complementary color
Monochromatic Colors of #CBCB92
Black with #CBCB92
Text Example
Text Example
White with #CBCB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB92; }
p { color: rgb(203,203,146); }
H1.HeaderClassName
{
color: #CBCB92;
}
.AnyTagClassName
{
color: #CBCB92;
}
</style>
background-color css
<style>
a { background-color: #CBCB92; }
a { background-color: rgb(203,203,146); }
div.DivClassName
{
background-color: #CBCB92;
}
.BgClassName
{
background-color: #CBCB92;
}
</style>
border-color css
<style>
span { border-color: #CBCB92; }
span { border-color: rgb(203,203,146); }
td.TdClassName
{
border-color: #CBCB92;
}
.TagClassName
{
border-color: #CBCB92;
}
</style>