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