Shades of Deco #CCCB8D
Tints of Deco #CCCB8D
RGB
CMYK
RGB Variations
Color information
#CCCB8D (or 0xCCCB8D) is known color: Deco. HEX triplet: CC, CB and 8D. RGB value is (204,203,141). Sum of RGB (Red+Green+Blue) = 204+203+141=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB8D is #333472. Grayscale: #C4C4C4. Windows color (decimal): -3355763 or 9292748. OLE color: 9292748.
HSL color Cylindrical-coordinate representation of color #CCCB8D: hue angle of 59.05º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCCB8D is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 141 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.2 |
| HSL | 59.05º | 0.38% | 0.68% | - |
| HSV(B) | 59.05º | 0.31% | 0.8% | - |
| XYZ | 51.07 | 57.47 | 33.6 | - |
| YUV | 196.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 141 | 0 | 0.00 | 0.31 | 0.2 | 59.05 | 0.38 | 0.68 |
| Hex | CC | CB | 8D | 0 | 0 | 1F | 14 | 3B | 26 | 44 |
| Octal | 314 | 313 | 215 | 0 | 0 | 37 | 24 | 73 | 46 | 104 |
| Binary | 11001100 | 11001011 | 10001101 | 0 | 0 | 11111 | 10100 | 111011 | 100110 | 1000100 |
Color Harmonies of #CCCB8D
Complementary color
Monochromatic Colors of #CCCB8D
Black with #CCCB8D
Text Example
Text Example
White with #CCCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB8D; }
p { color: rgb(204,203,141); }
H1.HeaderClassName
{
color: #CCCB8D;
}
.AnyTagClassName
{
color: #CCCB8D;
}
</style>
background-color css
<style>
a { background-color: #CCCB8D; }
a { background-color: rgb(204,203,141); }
div.DivClassName
{
background-color: #CCCB8D;
}
.BgClassName
{
background-color: #CCCB8D;
}
</style>
border-color css
<style>
span { border-color: #CCCB8D; }
span { border-color: rgb(204,203,141); }
td.TdClassName
{
border-color: #CCCB8D;
}
.TagClassName
{
border-color: #CCCB8D;
}
</style>