Shades of Green Mist #CCC993
Tints of Green Mist #CCC993
RGB
CMYK
RGB Variations
Color information
#CCC993 (or 0xCCC993) is known color: Green Mist. HEX triplet: CC, C9 and 93. RGB value is (204,201,147). Sum of RGB (Red+Green+Blue) = 204+201+147=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC993 is #33366C. Grayscale: #C3C3C3. Windows color (decimal): -3356269 or 9685452. OLE color: 9685452.
HSL color Cylindrical-coordinate representation of color #CCC993: hue angle of 56.84º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCC993 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 147 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.2 |
| HSL | 56.84º | 0.36% | 0.69% | - |
| HSV(B) | 56.84º | 0.28% | 0.8% | - |
| XYZ | 51.05 | 56.72 | 35.86 | - |
| YUV | 195.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 147 | 0 | 0.01 | 0.28 | 0.2 | 56.84 | 0.36 | 0.69 |
| Hex | CC | C9 | 93 | 0 | 1 | 1C | 14 | 39 | 24 | 45 |
| Octal | 314 | 311 | 223 | 0 | 1 | 34 | 24 | 71 | 44 | 105 |
| Binary | 11001100 | 11001001 | 10010011 | 0 | 1 | 11100 | 10100 | 111001 | 100100 | 1000101 |
Color Harmonies of #CCC993
Complementary color
Monochromatic Colors of #CCC993
Black with #CCC993
Text Example
Text Example
White with #CCC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC993; }
p { color: rgb(204,201,147); }
H1.HeaderClassName
{
color: #CCC993;
}
.AnyTagClassName
{
color: #CCC993;
}
</style>
background-color css
<style>
a { background-color: #CCC993; }
a { background-color: rgb(204,201,147); }
div.DivClassName
{
background-color: #CCC993;
}
.BgClassName
{
background-color: #CCC993;
}
</style>
border-color css
<style>
span { border-color: #CCC993; }
span { border-color: rgb(204,201,147); }
td.TdClassName
{
border-color: #CCC993;
}
.TagClassName
{
border-color: #CCC993;
}
</style>