Shades of Stark White #CCC6BD
Tints of Stark White #CCC6BD
RGB
CMYK
RGB Variations
Color information
#CCC6BD (or 0xCCC6BD) is known color: Stark White. HEX triplet: CC, C6 and BD. RGB value is (204,198,189). Sum of RGB (Red+Green+Blue) = 204+198+189=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BD is #333942. Grayscale: #C6C6C6. Windows color (decimal): -3356995 or 12437196. OLE color: 12437196.
HSL color Cylindrical-coordinate representation of color #CCC6BD: hue angle of 36º 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 #CCC6BD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 189 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.2 |
| HSL | 36º | 0.13% | 0.77% | - |
| HSV(B) | 36º | 0.07% | 0.8% | - |
| XYZ | 54.28 | 56.9 | 56.27 | - |
| YUV | 198.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 189 | 0 | 0.03 | 0.07 | 0.2 | 36 | 0.13 | 0.77 |
| Hex | CC | C6 | BD | 0 | 3 | 7 | 14 | 24 | D | 4D |
| Octal | 314 | 306 | 275 | 0 | 3 | 7 | 24 | 44 | 15 | 115 |
| Binary | 11001100 | 11000110 | 10111101 | 0 | 11 | 111 | 10100 | 100100 | 1101 | 1001101 |
Color Harmonies of #CCC6BD
Complementary color
Monochromatic Colors of #CCC6BD
Black with #CCC6BD
Text Example
Text Example
White with #CCC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6BD; }
p { color: rgb(204,198,189); }
H1.HeaderClassName
{
color: #CCC6BD;
}
.AnyTagClassName
{
color: #CCC6BD;
}
</style>
background-color css
<style>
a { background-color: #CCC6BD; }
a { background-color: rgb(204,198,189); }
div.DivClassName
{
background-color: #CCC6BD;
}
.BgClassName
{
background-color: #CCC6BD;
}
</style>
border-color css
<style>
span { border-color: #CCC6BD; }
span { border-color: rgb(204,198,189); }
td.TdClassName
{
border-color: #CCC6BD;
}
.TagClassName
{
border-color: #CCC6BD;
}
</style>