Shades of Deco #CCCB8A
Tints of Deco #CCCB8A
RGB
CMYK
RGB Variations
Color information
#CCCB8A (or 0xCCCB8A) is known color: Deco. HEX triplet: CC, CB and 8A. RGB value is (204,203,138). Sum of RGB (Red+Green+Blue) = 204+203+138=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB8A is #333475. Grayscale: #C4C4C4. Windows color (decimal): -3355766 or 9096140. OLE color: 9096140.
HSL color Cylindrical-coordinate representation of color #CCCB8A: hue angle of 59.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCCB8A is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 138 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.2 |
| HSL | 59.09º | 0.39% | 0.67% | - |
| HSV(B) | 59.09º | 0.32% | 0.8% | - |
| XYZ | 50.85 | 57.38 | 32.44 | - |
| YUV | 195.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 138 | 0 | 0.00 | 0.32 | 0.2 | 59.09 | 0.39 | 0.67 |
| Hex | CC | CB | 8A | 0 | 0 | 20 | 14 | 3B | 27 | 43 |
| Octal | 314 | 313 | 212 | 0 | 0 | 40 | 24 | 73 | 47 | 103 |
| Binary | 11001100 | 11001011 | 10001010 | 0 | 0 | 100000 | 10100 | 111011 | 100111 | 1000011 |
Color Harmonies of #CCCB8A
Complementary color
Monochromatic Colors of #CCCB8A
Black with #CCCB8A
Text Example
Text Example
White with #CCCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB8A; }
p { color: rgb(204,203,138); }
H1.HeaderClassName
{
color: #CCCB8A;
}
.AnyTagClassName
{
color: #CCCB8A;
}
</style>
background-color css
<style>
a { background-color: #CCCB8A; }
a { background-color: rgb(204,203,138); }
div.DivClassName
{
background-color: #CCCB8A;
}
.BgClassName
{
background-color: #CCCB8A;
}
</style>
border-color css
<style>
span { border-color: #CCCB8A; }
span { border-color: rgb(204,203,138); }
td.TdClassName
{
border-color: #CCCB8A;
}
.TagClassName
{
border-color: #CCCB8A;
}
</style>