Shades of Deco #CCCB89
Tints of Deco #CCCB89
RGB
CMYK
RGB Variations
Color information
#CCCB89 (or 0xCCCB89) is known color: Deco. HEX triplet: CC, CB and 89. RGB value is (204,203,137). Sum of RGB (Red+Green+Blue) = 204+203+137=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB89 is #333476. Grayscale: #C4C4C4. Windows color (decimal): -3355767 or 9030604. OLE color: 9030604.
HSL color Cylindrical-coordinate representation of color #CCCB89: hue angle of 59.1º degrees, saturation: 0.4, 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 #CCCB89 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 137 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.2 |
| HSL | 59.1º | 0.4% | 0.67% | - |
| HSV(B) | 59.1º | 0.33% | 0.8% | - |
| XYZ | 50.77 | 57.36 | 32.06 | - |
| YUV | 195.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 137 | 0 | 0.00 | 0.33 | 0.2 | 59.1 | 0.4 | 0.67 |
| Hex | CC | CB | 89 | 0 | 0 | 21 | 14 | 3B | 28 | 43 |
| Octal | 314 | 313 | 211 | 0 | 0 | 41 | 24 | 73 | 50 | 103 |
| Binary | 11001100 | 11001011 | 10001001 | 0 | 0 | 100001 | 10100 | 111011 | 101000 | 1000011 |
Color Harmonies of #CCCB89
Complementary color
Monochromatic Colors of #CCCB89
Black with #CCCB89
Text Example
Text Example
White with #CCCB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB89; }
p { color: rgb(204,203,137); }
H1.HeaderClassName
{
color: #CCCB89;
}
.AnyTagClassName
{
color: #CCCB89;
}
</style>
background-color css
<style>
a { background-color: #CCCB89; }
a { background-color: rgb(204,203,137); }
div.DivClassName
{
background-color: #CCCB89;
}
.BgClassName
{
background-color: #CCCB89;
}
</style>
border-color css
<style>
span { border-color: #CCCB89; }
span { border-color: rgb(204,203,137); }
td.TdClassName
{
border-color: #CCCB89;
}
.TagClassName
{
border-color: #CCCB89;
}
</style>