Shades of Deco #CCCB7C
Tints of Deco #CCCB7C
RGB
CMYK
RGB Variations
Color information
#CCCB7C (or 0xCCCB7C) is known color: Deco. HEX triplet: CC, CB and 7C. RGB value is (204,203,124). Sum of RGB (Red+Green+Blue) = 204+203+124=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB7C is #333483. Grayscale: #C2C2C2. Windows color (decimal): -3355780 or 8178636. OLE color: 8178636.
HSL color Cylindrical-coordinate representation of color #CCCB7C: hue angle of 59.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCCB7C is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 124 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.2 |
| HSL | 59.25º | 0.44% | 0.64% | - |
| HSV(B) | 59.25º | 0.39% | 0.8% | - |
| XYZ | 49.9 | 57 | 27.44 | - |
| YUV | 194.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 124 | 0 | 0.00 | 0.39 | 0.2 | 59.25 | 0.44 | 0.64 |
| Hex | CC | CB | 7C | 0 | 0 | 27 | 14 | 3B | 2C | 40 |
| Octal | 314 | 313 | 174 | 0 | 0 | 47 | 24 | 73 | 54 | 100 |
| Binary | 11001100 | 11001011 | 1111100 | 0 | 0 | 100111 | 10100 | 111011 | 101100 | 1000000 |
Color Harmonies of #CCCB7C
Complementary color
Monochromatic Colors of #CCCB7C
Black with #CCCB7C
Text Example
Text Example
White with #CCCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB7C; }
p { color: rgb(204,203,124); }
H1.HeaderClassName
{
color: #CCCB7C;
}
.AnyTagClassName
{
color: #CCCB7C;
}
</style>
background-color css
<style>
a { background-color: #CCCB7C; }
a { background-color: rgb(204,203,124); }
div.DivClassName
{
background-color: #CCCB7C;
}
.BgClassName
{
background-color: #CCCB7C;
}
</style>
border-color css
<style>
span { border-color: #CCCB7C; }
span { border-color: rgb(204,203,124); }
td.TdClassName
{
border-color: #CCCB7C;
}
.TagClassName
{
border-color: #CCCB7C;
}
</style>