Shades of Stark White #CCC7BD
Tints of Stark White #CCC7BD
RGB
CMYK
RGB Variations
Color information
#CCC7BD (or 0xCCC7BD) is known color: Stark White. HEX triplet: CC, C7 and BD. RGB value is (204,199,189). Sum of RGB (Red+Green+Blue) = 204+199+189=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7BD is #333842. Grayscale: #C7C7C7. Windows color (decimal): -3356739 or 12437452. OLE color: 12437452.
HSL color Cylindrical-coordinate representation of color #CCC7BD: hue angle of 40º 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 #CCC7BD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 189 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.2 |
| HSL | 40º | 0.13% | 0.77% | - |
| HSV(B) | 40º | 0.07% | 0.8% | - |
| XYZ | 54.51 | 57.36 | 56.34 | - |
| YUV | 199.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 189 | 0 | 0.02 | 0.07 | 0.2 | 40 | 0.13 | 0.77 |
| Hex | CC | C7 | BD | 0 | 2 | 7 | 14 | 28 | D | 4D |
| Octal | 314 | 307 | 275 | 0 | 2 | 7 | 24 | 50 | 15 | 115 |
| Binary | 11001100 | 11000111 | 10111101 | 0 | 10 | 111 | 10100 | 101000 | 1101 | 1001101 |
Color Harmonies of #CCC7BD
Complementary color
Monochromatic Colors of #CCC7BD
Black with #CCC7BD
Text Example
Text Example
White with #CCC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7BD; }
p { color: rgb(204,199,189); }
H1.HeaderClassName
{
color: #CCC7BD;
}
.AnyTagClassName
{
color: #CCC7BD;
}
</style>
background-color css
<style>
a { background-color: #CCC7BD; }
a { background-color: rgb(204,199,189); }
div.DivClassName
{
background-color: #CCC7BD;
}
.BgClassName
{
background-color: #CCC7BD;
}
</style>
border-color css
<style>
span { border-color: #CCC7BD; }
span { border-color: rgb(204,199,189); }
td.TdClassName
{
border-color: #CCC7BD;
}
.TagClassName
{
border-color: #CCC7BD;
}
</style>