Shades of Stark White #CCC7BE
Tints of Stark White #CCC7BE
RGB
CMYK
RGB Variations
Color information
#CCC7BE (or 0xCCC7BE) is known color: Stark White. HEX triplet: CC, C7 and BE. RGB value is (204,199,190). Sum of RGB (Red+Green+Blue) = 204+199+190=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7BE is #333841. Grayscale: #C7C7C7. Windows color (decimal): -3356738 or 12502988. OLE color: 12502988.
HSL color Cylindrical-coordinate representation of color #CCC7BE: hue angle of 38.57º 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 #CCC7BE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 199 | 190 | - |
CMYK | 0 | 0.02 | 0.07 | 0.2 |
HSL | 38.57º | 0.12% | 0.77% | - |
HSV(B) | 38.57º | 0.07% | 0.8% | - |
XYZ | 54.62 | 57.4 | 56.92 | - |
YUV | 199.47 | 122.66 | 131.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 190 | 0 | 0.02 | 0.07 | 0.2 | 38.57 | 0.12 | 0.77 |
Hex | CC | C7 | BE | 0 | 2 | 7 | 14 | 27 | C | 4D |
Octal | 314 | 307 | 276 | 0 | 2 | 7 | 24 | 47 | 14 | 115 |
Binary | 11001100 | 11000111 | 10111110 | 0 | 10 | 111 | 10100 | 100111 | 1100 | 1001101 |
Color Harmonies of #CCC7BE
Complementary color
Monochromatic Colors of #CCC7BE
Black with #CCC7BE
Text Example
Text Example
White with #CCC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7BE; }
p { color: rgb(204,199,190); }
H1.HeaderClassName
{
color: #CCC7BE;
}
.AnyTagClassName
{
color: #CCC7BE;
}
</style>
background-color css
<style>
a { background-color: #CCC7BE; }
a { background-color: rgb(204,199,190); }
div.DivClassName
{
background-color: #CCC7BE;
}
.BgClassName
{
background-color: #CCC7BE;
}
</style>
border-color css
<style>
span { border-color: #CCC7BE; }
span { border-color: rgb(204,199,190); }
td.TdClassName
{
border-color: #CCC7BE;
}
.TagClassName
{
border-color: #CCC7BE;
}
</style>