Shades of Stark White #CCC4B7
Tints of Stark White #CCC4B7
RGB
CMYK
RGB Variations
Color information
#CCC4B7 (or 0xCCC4B7) is known color: Stark White. HEX triplet: CC, C4 and B7. RGB value is (204,196,183). Sum of RGB (Red+Green+Blue) = 204+196+183=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4B7 is #333B48. Grayscale: #C4C4C4. Windows color (decimal): -3357513 or 12043468. OLE color: 12043468.
HSL color Cylindrical-coordinate representation of color #CCC4B7: hue angle of 37.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC4B7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 196 | 183 | - |
CMYK | 0 | 0.04 | 0.10 | 0.2 |
HSL | 37.14º | 0.17% | 0.76% | - |
HSV(B) | 37.14º | 0.1% | 0.8% | - |
XYZ | 53.19 | 55.74 | 52.75 | - |
YUV | 196.91 | 120.15 | 133.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 183 | 0 | 0.04 | 0.10 | 0.2 | 37.14 | 0.17 | 0.76 |
Hex | CC | C4 | B7 | 0 | 4 | A | 14 | 25 | 11 | 4C |
Octal | 314 | 304 | 267 | 0 | 4 | 12 | 24 | 45 | 21 | 114 |
Binary | 11001100 | 11000100 | 10110111 | 0 | 100 | 1010 | 10100 | 100101 | 10001 | 1001100 |
Color Harmonies of #CCC4B7
Complementary color
Monochromatic Colors of #CCC4B7
Black with #CCC4B7
Text Example
Text Example
White with #CCC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4B7; }
p { color: rgb(204,196,183); }
H1.HeaderClassName
{
color: #CCC4B7;
}
.AnyTagClassName
{
color: #CCC4B7;
}
</style>
background-color css
<style>
a { background-color: #CCC4B7; }
a { background-color: rgb(204,196,183); }
div.DivClassName
{
background-color: #CCC4B7;
}
.BgClassName
{
background-color: #CCC4B7;
}
</style>
border-color css
<style>
span { border-color: #CCC4B7; }
span { border-color: rgb(204,196,183); }
td.TdClassName
{
border-color: #CCC4B7;
}
.TagClassName
{
border-color: #CCC4B7;
}
</style>