Shades of Stark White #CCC5BD
Tints of Stark White #CCC5BD
RGB
CMYK
RGB Variations
Color information
#CCC5BD (or 0xCCC5BD) is known color: Stark White. HEX triplet: CC, C5 and BD. RGB value is (204,197,189). Sum of RGB (Red+Green+Blue) = 204+197+189=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5BD is #333A42. Grayscale: #C6C6C6. Windows color (decimal): -3357251 or 12436940. OLE color: 12436940.
HSL color Cylindrical-coordinate representation of color #CCC5BD: hue angle of 32º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC5BD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 189 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.2 |
| HSL | 32º | 0.13% | 0.77% | - |
| HSV(B) | 32º | 0.07% | 0.8% | - |
| XYZ | 54.05 | 56.44 | 56.19 | - |
| YUV | 198.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 189 | 0 | 0.03 | 0.07 | 0.2 | 32 | 0.13 | 0.77 |
| Hex | CC | C5 | BD | 0 | 3 | 7 | 14 | 20 | D | 4D |
| Octal | 314 | 305 | 275 | 0 | 3 | 7 | 24 | 40 | 15 | 115 |
| Binary | 11001100 | 11000101 | 10111101 | 0 | 11 | 111 | 10100 | 100000 | 1101 | 1001101 |
Color Harmonies of #CCC5BD
Complementary color
Monochromatic Colors of #CCC5BD
Black with #CCC5BD
Text Example
Text Example
White with #CCC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5BD; }
p { color: rgb(204,197,189); }
H1.HeaderClassName
{
color: #CCC5BD;
}
.AnyTagClassName
{
color: #CCC5BD;
}
</style>
background-color css
<style>
a { background-color: #CCC5BD; }
a { background-color: rgb(204,197,189); }
div.DivClassName
{
background-color: #CCC5BD;
}
.BgClassName
{
background-color: #CCC5BD;
}
</style>
border-color css
<style>
span { border-color: #CCC5BD; }
span { border-color: rgb(204,197,189); }
td.TdClassName
{
border-color: #CCC5BD;
}
.TagClassName
{
border-color: #CCC5BD;
}
</style>