Shades of Stark White #CFC6B6
Tints of Stark White #CFC6B6
RGB
CMYK
RGB Variations
Color information
#CFC6B6 (or 0xCFC6B6) is known color: Stark White. HEX triplet: CF, C6 and B6. RGB value is (207,198,182). Sum of RGB (Red+Green+Blue) = 207+198+182=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6B6 is #303949. Grayscale: #C6C6C6. Windows color (decimal): -3160394 or 11978447. OLE color: 11978447.
HSL color Cylindrical-coordinate representation of color #CFC6B6: hue angle of 38.4º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC6B6 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 198 | 182 | - |
CMYK | 0 | 0.04 | 0.12 | 0.19 |
HSL | 38.4º | 0.21% | 0.76% | - |
HSV(B) | 38.4º | 0.12% | 0.81% | - |
XYZ | 54.37 | 57.03 | 52.4 | - |
YUV | 198.87 | 118.48 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 198 | 182 | 0 | 0.04 | 0.12 | 0.19 | 38.4 | 0.21 | 0.76 |
Hex | CF | C6 | B6 | 0 | 4 | C | 13 | 26 | 15 | 4C |
Octal | 317 | 306 | 266 | 0 | 4 | 14 | 23 | 46 | 25 | 114 |
Binary | 11001111 | 11000110 | 10110110 | 0 | 100 | 1100 | 10011 | 100110 | 10101 | 1001100 |
Color Harmonies of #CFC6B6
Complementary color
Monochromatic Colors of #CFC6B6
Black with #CFC6B6
Text Example
Text Example
White with #CFC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6B6; }
p { color: rgb(207,198,182); }
H1.HeaderClassName
{
color: #CFC6B6;
}
.AnyTagClassName
{
color: #CFC6B6;
}
</style>
background-color css
<style>
a { background-color: #CFC6B6; }
a { background-color: rgb(207,198,182); }
div.DivClassName
{
background-color: #CFC6B6;
}
.BgClassName
{
background-color: #CFC6B6;
}
</style>
border-color css
<style>
span { border-color: #CFC6B6; }
span { border-color: rgb(207,198,182); }
td.TdClassName
{
border-color: #CFC6B6;
}
.TagClassName
{
border-color: #CFC6B6;
}
</style>