Shades of Stark White #CCC6BE
Tints of Stark White #CCC6BE
RGB
CMYK
RGB Variations
Color information
#CCC6BE (or 0xCCC6BE) is known color: Stark White. HEX triplet: CC, C6 and BE. RGB value is (204,198,190). Sum of RGB (Red+Green+Blue) = 204+198+190=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BE is #333941. Grayscale: #C6C6C6. Windows color (decimal): -3356994 or 12502732. OLE color: 12502732.
HSL color Cylindrical-coordinate representation of color #CCC6BE: hue angle of 34.29º degrees, saturation: 0.12, 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 #CCC6BE is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 190 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.2 |
| HSL | 34.29º | 0.12% | 0.77% | - |
| HSV(B) | 34.29º | 0.07% | 0.8% | - |
| XYZ | 54.39 | 56.94 | 56.84 | - |
| YUV | 198.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 190 | 0 | 0.03 | 0.07 | 0.2 | 34.29 | 0.12 | 0.77 |
| Hex | CC | C6 | BE | 0 | 3 | 7 | 14 | 22 | C | 4D |
| Octal | 314 | 306 | 276 | 0 | 3 | 7 | 24 | 42 | 14 | 115 |
| Binary | 11001100 | 11000110 | 10111110 | 0 | 11 | 111 | 10100 | 100010 | 1100 | 1001101 |
Color Harmonies of #CCC6BE
Complementary color
Monochromatic Colors of #CCC6BE
Black with #CCC6BE
Text Example
Text Example
White with #CCC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6BE; }
p { color: rgb(204,198,190); }
H1.HeaderClassName
{
color: #CCC6BE;
}
.AnyTagClassName
{
color: #CCC6BE;
}
</style>
background-color css
<style>
a { background-color: #CCC6BE; }
a { background-color: rgb(204,198,190); }
div.DivClassName
{
background-color: #CCC6BE;
}
.BgClassName
{
background-color: #CCC6BE;
}
</style>
border-color css
<style>
span { border-color: #CCC6BE; }
span { border-color: rgb(204,198,190); }
td.TdClassName
{
border-color: #CCC6BE;
}
.TagClassName
{
border-color: #CCC6BE;
}
</style>