Shades of Deco #CCCB7A
Tints of Deco #CCCB7A
RGB
CMYK
RGB Variations
Color information
#CCCB7A (or 0xCCCB7A) is known color: Deco. HEX triplet: CC, CB and 7A. RGB value is (204,203,122). Sum of RGB (Red+Green+Blue) = 204+203+122=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB7A is #333485. Grayscale: #C2C2C2. Windows color (decimal): -3355782 or 8047564. OLE color: 8047564.
HSL color Cylindrical-coordinate representation of color #CCCB7A: hue angle of 59.27º degrees, saturation: 0.45, 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 #CCCB7A is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 122 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.2 |
| HSL | 59.27º | 0.45% | 0.64% | - |
| HSV(B) | 59.27º | 0.4% | 0.8% | - |
| XYZ | 49.77 | 56.95 | 26.78 | - |
| YUV | 194.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 122 | 0 | 0.00 | 0.40 | 0.2 | 59.27 | 0.45 | 0.64 |
| Hex | CC | CB | 7A | 0 | 0 | 28 | 14 | 3B | 2D | 40 |
| Octal | 314 | 313 | 172 | 0 | 0 | 50 | 24 | 73 | 55 | 100 |
| Binary | 11001100 | 11001011 | 1111010 | 0 | 0 | 101000 | 10100 | 111011 | 101101 | 1000000 |
Color Harmonies of #CCCB7A
Complementary color
Monochromatic Colors of #CCCB7A
Black with #CCCB7A
Text Example
Text Example
White with #CCCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB7A; }
p { color: rgb(204,203,122); }
H1.HeaderClassName
{
color: #CCCB7A;
}
.AnyTagClassName
{
color: #CCCB7A;
}
</style>
background-color css
<style>
a { background-color: #CCCB7A; }
a { background-color: rgb(204,203,122); }
div.DivClassName
{
background-color: #CCCB7A;
}
.BgClassName
{
background-color: #CCCB7A;
}
</style>
border-color css
<style>
span { border-color: #CCCB7A; }
span { border-color: rgb(204,203,122); }
td.TdClassName
{
border-color: #CCCB7A;
}
.TagClassName
{
border-color: #CCCB7A;
}
</style>