Shades of Stark White #CCC3B9
Tints of Stark White #CCC3B9
RGB
CMYK
RGB Variations
Color information
#CCC3B9 (or 0xCCC3B9) is known color: Stark White. HEX triplet: CC, C3 and B9. RGB value is (204,195,185). Sum of RGB (Red+Green+Blue) = 204+195+185=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3B9 is #333C46. Grayscale: #C4C4C4. Windows color (decimal): -3357767 or 12174284. OLE color: 12174284.
HSL color Cylindrical-coordinate representation of color #CCC3B9: hue angle of 31.58º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC3B9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 185 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.2 |
| HSL | 31.58º | 0.16% | 0.76% | - |
| HSV(B) | 31.58º | 0.09% | 0.8% | - |
| XYZ | 53.17 | 55.37 | 53.78 | - |
| YUV | 196.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 185 | 0 | 0.04 | 0.09 | 0.2 | 31.58 | 0.16 | 0.76 |
| Hex | CC | C3 | B9 | 0 | 4 | 9 | 14 | 20 | 10 | 4C |
| Octal | 314 | 303 | 271 | 0 | 4 | 11 | 24 | 40 | 20 | 114 |
| Binary | 11001100 | 11000011 | 10111001 | 0 | 100 | 1001 | 10100 | 100000 | 10000 | 1001100 |
Color Harmonies of #CCC3B9
Complementary color
Monochromatic Colors of #CCC3B9
Black with #CCC3B9
Text Example
Text Example
White with #CCC3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3B9; }
p { color: rgb(204,195,185); }
H1.HeaderClassName
{
color: #CCC3B9;
}
.AnyTagClassName
{
color: #CCC3B9;
}
</style>
background-color css
<style>
a { background-color: #CCC3B9; }
a { background-color: rgb(204,195,185); }
div.DivClassName
{
background-color: #CCC3B9;
}
.BgClassName
{
background-color: #CCC3B9;
}
</style>
border-color css
<style>
span { border-color: #CCC3B9; }
span { border-color: rgb(204,195,185); }
td.TdClassName
{
border-color: #CCC3B9;
}
.TagClassName
{
border-color: #CCC3B9;
}
</style>