Shades of Green Mist #CCCB9C
Tints of Green Mist #CCCB9C
RGB
CMYK
RGB Variations
Color information
#CCCB9C (or 0xCCCB9C) is known color: Green Mist. HEX triplet: CC, CB and 9C. RGB value is (204,203,156). Sum of RGB (Red+Green+Blue) = 204+203+156=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB9C is #333463. Grayscale: #C6C6C6. Windows color (decimal): -3355748 or 10275788. OLE color: 10275788.
HSL color Cylindrical-coordinate representation of color #CCCB9C: hue angle of 58.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCCB9C is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 156 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.2 |
| HSL | 58.75º | 0.32% | 0.71% | - |
| HSV(B) | 58.75º | 0.24% | 0.8% | - |
| XYZ | 52.26 | 57.95 | 39.88 | - |
| YUV | 197.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 156 | 0 | 0.00 | 0.24 | 0.2 | 58.75 | 0.32 | 0.71 |
| Hex | CC | CB | 9C | 0 | 0 | 18 | 14 | 3B | 20 | 47 |
| Octal | 314 | 313 | 234 | 0 | 0 | 30 | 24 | 73 | 40 | 107 |
| Binary | 11001100 | 11001011 | 10011100 | 0 | 0 | 11000 | 10100 | 111011 | 100000 | 1000111 |
Color Harmonies of #CCCB9C
Complementary color
Monochromatic Colors of #CCCB9C
Black with #CCCB9C
Text Example
Text Example
White with #CCCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB9C; }
p { color: rgb(204,203,156); }
H1.HeaderClassName
{
color: #CCCB9C;
}
.AnyTagClassName
{
color: #CCCB9C;
}
</style>
background-color css
<style>
a { background-color: #CCCB9C; }
a { background-color: rgb(204,203,156); }
div.DivClassName
{
background-color: #CCCB9C;
}
.BgClassName
{
background-color: #CCCB9C;
}
</style>
border-color css
<style>
span { border-color: #CCCB9C; }
span { border-color: rgb(204,203,156); }
td.TdClassName
{
border-color: #CCCB9C;
}
.TagClassName
{
border-color: #CCCB9C;
}
</style>