Shades of Stark White #CCC4BD
Tints of Stark White #CCC4BD
RGB
CMYK
RGB Variations
Color information
#CCC4BD (or 0xCCC4BD) is known color: Stark White. HEX triplet: CC, C4 and BD. RGB value is (204,196,189). Sum of RGB (Red+Green+Blue) = 204+196+189=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BD is #333B42. Grayscale: #C5C5C5. Windows color (decimal): -3357507 or 12436684. OLE color: 12436684.
HSL color Cylindrical-coordinate representation of color #CCC4BD: hue angle of 28º 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 #CCC4BD is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 189 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.2 |
| HSL | 28º | 0.13% | 0.77% | - |
| HSV(B) | 28º | 0.07% | 0.8% | - |
| XYZ | 53.83 | 55.99 | 56.11 | - |
| YUV | 197.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 189 | 0 | 0.04 | 0.07 | 0.2 | 28 | 0.13 | 0.77 |
| Hex | CC | C4 | BD | 0 | 4 | 7 | 14 | 1C | D | 4D |
| Octal | 314 | 304 | 275 | 0 | 4 | 7 | 24 | 34 | 15 | 115 |
| Binary | 11001100 | 11000100 | 10111101 | 0 | 100 | 111 | 10100 | 11100 | 1101 | 1001101 |
Color Harmonies of #CCC4BD
Complementary color
Monochromatic Colors of #CCC4BD
Black with #CCC4BD
Text Example
Text Example
White with #CCC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4BD; }
p { color: rgb(204,196,189); }
H1.HeaderClassName
{
color: #CCC4BD;
}
.AnyTagClassName
{
color: #CCC4BD;
}
</style>
background-color css
<style>
a { background-color: #CCC4BD; }
a { background-color: rgb(204,196,189); }
div.DivClassName
{
background-color: #CCC4BD;
}
.BgClassName
{
background-color: #CCC4BD;
}
</style>
border-color css
<style>
span { border-color: #CCC4BD; }
span { border-color: rgb(204,196,189); }
td.TdClassName
{
border-color: #CCC4BD;
}
.TagClassName
{
border-color: #CCC4BD;
}
</style>