Shades of Deco #CBCC90
Tints of Deco #CBCC90
RGB
CMYK
RGB Variations
Color information
#CBCC90 (or 0xCBCC90) is known color: Deco. HEX triplet: CB, CC and 90. RGB value is (203,204,144). Sum of RGB (Red+Green+Blue) = 203+204+144=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC90 is #34336F. Grayscale: #C5C5C5. Windows color (decimal): -3421040 or 9489611. OLE color: 9489611.
HSL color Cylindrical-coordinate representation of color #CBCC90: hue angle of 61º degrees, saturation: 0.37, 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 #CBCC90 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 144 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.2 |
| HSL | 61º | 0.37% | 0.68% | - |
| HSV(B) | 61º | 0.29% | 0.8% | - |
| XYZ | 51.26 | 57.9 | 34.86 | - |
| YUV | 196.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 144 | 0.00 | 0 | 0.29 | 0.2 | 61 | 0.37 | 0.68 |
| Hex | CB | CC | 90 | 0 | 0 | 1D | 14 | 3D | 25 | 44 |
| Octal | 313 | 314 | 220 | 0 | 0 | 35 | 24 | 75 | 45 | 104 |
| Binary | 11001011 | 11001100 | 10010000 | 0 | 0 | 11101 | 10100 | 111101 | 100101 | 1000100 |
Color Harmonies of #CBCC90
Complementary color
Monochromatic Colors of #CBCC90
Black with #CBCC90
Text Example
Text Example
White with #CBCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC90; }
p { color: rgb(203,204,144); }
H1.HeaderClassName
{
color: #CBCC90;
}
.AnyTagClassName
{
color: #CBCC90;
}
</style>
background-color css
<style>
a { background-color: #CBCC90; }
a { background-color: rgb(203,204,144); }
div.DivClassName
{
background-color: #CBCC90;
}
.BgClassName
{
background-color: #CBCC90;
}
</style>
border-color css
<style>
span { border-color: #CBCC90; }
span { border-color: rgb(203,204,144); }
td.TdClassName
{
border-color: #CBCC90;
}
.TagClassName
{
border-color: #CBCC90;
}
</style>