Shades of Stark White #CCC4BB
Tints of Stark White #CCC4BB
RGB
CMYK
RGB Variations
Color information
#CCC4BB (or 0xCCC4BB) is known color: Stark White. HEX triplet: CC, C4 and BB. RGB value is (204,196,187). Sum of RGB (Red+Green+Blue) = 204+196+187=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BB is #333B44. Grayscale: #C5C5C5. Windows color (decimal): -3357509 or 12305612. OLE color: 12305612.
HSL color Cylindrical-coordinate representation of color #CCC4BB: hue angle of 31.76º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC4BB is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 187 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.2 |
| HSL | 31.76º | 0.14% | 0.77% | - |
| HSV(B) | 31.76º | 0.08% | 0.8% | - |
| XYZ | 53.61 | 55.91 | 54.98 | - |
| YUV | 197.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 187 | 0 | 0.04 | 0.08 | 0.2 | 31.76 | 0.14 | 0.77 |
| Hex | CC | C4 | BB | 0 | 4 | 8 | 14 | 20 | E | 4D |
| Octal | 314 | 304 | 273 | 0 | 4 | 10 | 24 | 40 | 16 | 115 |
| Binary | 11001100 | 11000100 | 10111011 | 0 | 100 | 1000 | 10100 | 100000 | 1110 | 1001101 |
Color Harmonies of #CCC4BB
Complementary color
Monochromatic Colors of #CCC4BB
Black with #CCC4BB
Text Example
Text Example
White with #CCC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4BB; }
p { color: rgb(204,196,187); }
H1.HeaderClassName
{
color: #CCC4BB;
}
.AnyTagClassName
{
color: #CCC4BB;
}
</style>
background-color css
<style>
a { background-color: #CCC4BB; }
a { background-color: rgb(204,196,187); }
div.DivClassName
{
background-color: #CCC4BB;
}
.BgClassName
{
background-color: #CCC4BB;
}
</style>
border-color css
<style>
span { border-color: #CCC4BB; }
span { border-color: rgb(204,196,187); }
td.TdClassName
{
border-color: #CCC4BB;
}
.TagClassName
{
border-color: #CCC4BB;
}
</style>