Shades of Stark White #CCC6BC
Tints of Stark White #CCC6BC
RGB
CMYK
RGB Variations
Color information
#CCC6BC (or 0xCCC6BC) is known color: Stark White. HEX triplet: CC, C6 and BC. RGB value is (204,198,188). Sum of RGB (Red+Green+Blue) = 204+198+188=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BC is #333943. Grayscale: #C6C6C6. Windows color (decimal): -3356996 or 12371660. OLE color: 12371660.
HSL color Cylindrical-coordinate representation of color #CCC6BC: hue angle of 37.5º 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 #CCC6BC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 188 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.2 |
| HSL | 37.5º | 0.14% | 0.77% | - |
| HSV(B) | 37.5º | 0.08% | 0.8% | - |
| XYZ | 54.17 | 56.86 | 55.7 | - |
| YUV | 198.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 188 | 0 | 0.03 | 0.08 | 0.2 | 37.5 | 0.14 | 0.77 |
| Hex | CC | C6 | BC | 0 | 3 | 8 | 14 | 26 | E | 4D |
| Octal | 314 | 306 | 274 | 0 | 3 | 10 | 24 | 46 | 16 | 115 |
| Binary | 11001100 | 11000110 | 10111100 | 0 | 11 | 1000 | 10100 | 100110 | 1110 | 1001101 |
Color Harmonies of #CCC6BC
Complementary color
Monochromatic Colors of #CCC6BC
Black with #CCC6BC
Text Example
Text Example
White with #CCC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6BC; }
p { color: rgb(204,198,188); }
H1.HeaderClassName
{
color: #CCC6BC;
}
.AnyTagClassName
{
color: #CCC6BC;
}
</style>
background-color css
<style>
a { background-color: #CCC6BC; }
a { background-color: rgb(204,198,188); }
div.DivClassName
{
background-color: #CCC6BC;
}
.BgClassName
{
background-color: #CCC6BC;
}
</style>
border-color css
<style>
span { border-color: #CCC6BC; }
span { border-color: rgb(204,198,188); }
td.TdClassName
{
border-color: #CCC6BC;
}
.TagClassName
{
border-color: #CCC6BC;
}
</style>