Shades of Deco #CCCB7B
Tints of Deco #CCCB7B
RGB
CMYK
RGB Variations
Color information
#CCCB7B (or 0xCCCB7B) is known color: Deco. HEX triplet: CC, CB and 7B. RGB value is (204,203,123). Sum of RGB (Red+Green+Blue) = 204+203+123=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB7B is #333484. Grayscale: #C2C2C2. Windows color (decimal): -3355781 or 8113100. OLE color: 8113100.
HSL color Cylindrical-coordinate representation of color #CCCB7B: hue angle of 59.26º 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 #CCCB7B is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 123 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.2 |
| HSL | 59.26º | 0.44% | 0.64% | - |
| HSV(B) | 59.26º | 0.4% | 0.8% | - |
| XYZ | 49.83 | 56.98 | 27.11 | - |
| YUV | 194.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 123 | 0 | 0.00 | 0.40 | 0.2 | 59.26 | 0.44 | 0.64 |
| Hex | CC | CB | 7B | 0 | 0 | 28 | 14 | 3B | 2C | 40 |
| Octal | 314 | 313 | 173 | 0 | 0 | 50 | 24 | 73 | 54 | 100 |
| Binary | 11001100 | 11001011 | 1111011 | 0 | 0 | 101000 | 10100 | 111011 | 101100 | 1000000 |
Color Harmonies of #CCCB7B
Complementary color
Monochromatic Colors of #CCCB7B
Black with #CCCB7B
Text Example
Text Example
White with #CCCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB7B; }
p { color: rgb(204,203,123); }
H1.HeaderClassName
{
color: #CCCB7B;
}
.AnyTagClassName
{
color: #CCCB7B;
}
</style>
background-color css
<style>
a { background-color: #CCCB7B; }
a { background-color: rgb(204,203,123); }
div.DivClassName
{
background-color: #CCCB7B;
}
.BgClassName
{
background-color: #CCCB7B;
}
</style>
border-color css
<style>
span { border-color: #CCCB7B; }
span { border-color: rgb(204,203,123); }
td.TdClassName
{
border-color: #CCCB7B;
}
.TagClassName
{
border-color: #CCCB7B;
}
</style>