Shades of Deco #CBCC8C
Tints of Deco #CBCC8C
RGB
CMYK
RGB Variations
Color information
#CBCC8C (or 0xCBCC8C) is known color: Deco. HEX triplet: CB, CC and 8C. RGB value is (203,204,140). Sum of RGB (Red+Green+Blue) = 203+204+140=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC8C is #343373. Grayscale: #C4C4C4. Windows color (decimal): -3421044 or 9227467. OLE color: 9227467.
HSL color Cylindrical-coordinate representation of color #CBCC8C: hue angle of 60.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBCC8C is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 140 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.2 |
| HSL | 60.94º | 0.39% | 0.67% | - |
| HSV(B) | 60.94º | 0.31% | 0.8% | - |
| XYZ | 50.96 | 57.78 | 33.28 | - |
| YUV | 196.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 140 | 0.00 | 0 | 0.31 | 0.2 | 60.94 | 0.39 | 0.67 |
| Hex | CB | CC | 8C | 0 | 0 | 1F | 14 | 3D | 27 | 43 |
| Octal | 313 | 314 | 214 | 0 | 0 | 37 | 24 | 75 | 47 | 103 |
| Binary | 11001011 | 11001100 | 10001100 | 0 | 0 | 11111 | 10100 | 111101 | 100111 | 1000011 |
Color Harmonies of #CBCC8C
Complementary color
Monochromatic Colors of #CBCC8C
Black with #CBCC8C
Text Example
Text Example
White with #CBCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC8C; }
p { color: rgb(203,204,140); }
H1.HeaderClassName
{
color: #CBCC8C;
}
.AnyTagClassName
{
color: #CBCC8C;
}
</style>
background-color css
<style>
a { background-color: #CBCC8C; }
a { background-color: rgb(203,204,140); }
div.DivClassName
{
background-color: #CBCC8C;
}
.BgClassName
{
background-color: #CBCC8C;
}
</style>
border-color css
<style>
span { border-color: #CBCC8C; }
span { border-color: rgb(203,204,140); }
td.TdClassName
{
border-color: #CBCC8C;
}
.TagClassName
{
border-color: #CBCC8C;
}
</style>