Shades of Deco #CCC87B
Tints of Deco #CCC87B
RGB
CMYK
RGB Variations
Color information
#CCC87B (or 0xCCC87B) is known color: Deco. HEX triplet: CC, C8 and 7B. RGB value is (204,200,123). Sum of RGB (Red+Green+Blue) = 204+200+123=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC87B is #333784. Grayscale: #C0C0C0. Windows color (decimal): -3356549 or 8112332. OLE color: 8112332.
HSL color Cylindrical-coordinate representation of color #CCC87B: hue angle of 57.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC87B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 123 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.2 |
| HSL | 57.04º | 0.44% | 0.64% | - |
| HSV(B) | 57.04º | 0.4% | 0.8% | - |
| XYZ | 49.13 | 55.58 | 26.88 | - |
| YUV | 192.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 123 | 0 | 0.02 | 0.40 | 0.2 | 57.04 | 0.44 | 0.64 |
| Hex | CC | C8 | 7B | 0 | 2 | 28 | 14 | 39 | 2C | 40 |
| Octal | 314 | 310 | 173 | 0 | 2 | 50 | 24 | 71 | 54 | 100 |
| Binary | 11001100 | 11001000 | 1111011 | 0 | 10 | 101000 | 10100 | 111001 | 101100 | 1000000 |
Color Harmonies of #CCC87B
Complementary color
Monochromatic Colors of #CCC87B
Black with #CCC87B
Text Example
Text Example
White with #CCC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC87B; }
p { color: rgb(204,200,123); }
H1.HeaderClassName
{
color: #CCC87B;
}
.AnyTagClassName
{
color: #CCC87B;
}
</style>
background-color css
<style>
a { background-color: #CCC87B; }
a { background-color: rgb(204,200,123); }
div.DivClassName
{
background-color: #CCC87B;
}
.BgClassName
{
background-color: #CCC87B;
}
</style>
border-color css
<style>
span { border-color: #CCC87B; }
span { border-color: rgb(204,200,123); }
td.TdClassName
{
border-color: #CCC87B;
}
.TagClassName
{
border-color: #CCC87B;
}
</style>