Shades of Deco #CCCB92
Tints of Deco #CCCB92
RGB
CMYK
RGB Variations
Color information
#CCCB92 (or 0xCCCB92) is known color: Deco. HEX triplet: CC, CB and 92. RGB value is (204,203,146). Sum of RGB (Red+Green+Blue) = 204+203+146=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB92 is #33346D. Grayscale: #C5C5C5. Windows color (decimal): -3355758 or 9620428. OLE color: 9620428.
HSL color Cylindrical-coordinate representation of color #CCCB92: hue angle of 58.97º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCCB92 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 146 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.2 |
| HSL | 58.97º | 0.36% | 0.69% | - |
| HSV(B) | 58.97º | 0.28% | 0.8% | - |
| XYZ | 51.45 | 57.62 | 35.61 | - |
| YUV | 196.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 146 | 0 | 0.00 | 0.28 | 0.2 | 58.97 | 0.36 | 0.69 |
| Hex | CC | CB | 92 | 0 | 0 | 1C | 14 | 3B | 24 | 45 |
| Octal | 314 | 313 | 222 | 0 | 0 | 34 | 24 | 73 | 44 | 105 |
| Binary | 11001100 | 11001011 | 10010010 | 0 | 0 | 11100 | 10100 | 111011 | 100100 | 1000101 |
Color Harmonies of #CCCB92
Complementary color
Monochromatic Colors of #CCCB92
Black with #CCCB92
Text Example
Text Example
White with #CCCB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB92; }
p { color: rgb(204,203,146); }
H1.HeaderClassName
{
color: #CCCB92;
}
.AnyTagClassName
{
color: #CCCB92;
}
</style>
background-color css
<style>
a { background-color: #CCCB92; }
a { background-color: rgb(204,203,146); }
div.DivClassName
{
background-color: #CCCB92;
}
.BgClassName
{
background-color: #CCCB92;
}
</style>
border-color css
<style>
span { border-color: #CCCB92; }
span { border-color: rgb(204,203,146); }
td.TdClassName
{
border-color: #CCCB92;
}
.TagClassName
{
border-color: #CCCB92;
}
</style>