Shades of Deco #CCCB7E
Tints of Deco #CCCB7E
RGB
CMYK
RGB Variations
Color information
#CCCB7E (or 0xCCCB7E) is known color: Deco. HEX triplet: CC, CB and 7E. RGB value is (204,203,126). Sum of RGB (Red+Green+Blue) = 204+203+126=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB7E is #333481. Grayscale: #C2C2C2. Windows color (decimal): -3355778 or 8309708. OLE color: 8309708.
HSL color Cylindrical-coordinate representation of color #CCCB7E: hue angle of 59.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCCB7E is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 126 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.2 |
| HSL | 59.23º | 0.43% | 0.65% | - |
| HSV(B) | 59.23º | 0.38% | 0.8% | - |
| XYZ | 50.02 | 57.06 | 28.11 | - |
| YUV | 194.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 126 | 0 | 0.00 | 0.38 | 0.2 | 59.23 | 0.43 | 0.65 |
| Hex | CC | CB | 7E | 0 | 0 | 26 | 14 | 3B | 2B | 41 |
| Octal | 314 | 313 | 176 | 0 | 0 | 46 | 24 | 73 | 53 | 101 |
| Binary | 11001100 | 11001011 | 1111110 | 0 | 0 | 100110 | 10100 | 111011 | 101011 | 1000001 |
Color Harmonies of #CCCB7E
Complementary color
Monochromatic Colors of #CCCB7E
Black with #CCCB7E
Text Example
Text Example
White with #CCCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB7E; }
p { color: rgb(204,203,126); }
H1.HeaderClassName
{
color: #CCCB7E;
}
.AnyTagClassName
{
color: #CCCB7E;
}
</style>
background-color css
<style>
a { background-color: #CCCB7E; }
a { background-color: rgb(204,203,126); }
div.DivClassName
{
background-color: #CCCB7E;
}
.BgClassName
{
background-color: #CCCB7E;
}
</style>
border-color css
<style>
span { border-color: #CCCB7E; }
span { border-color: rgb(204,203,126); }
td.TdClassName
{
border-color: #CCCB7E;
}
.TagClassName
{
border-color: #CCCB7E;
}
</style>