Shades of Stark White #CFC6B7
Tints of Stark White #CFC6B7
RGB
CMYK
RGB Variations
Color information
#CFC6B7 (or 0xCFC6B7) is known color: Stark White. HEX triplet: CF, C6 and B7. RGB value is (207,198,183). Sum of RGB (Red+Green+Blue) = 207+198+183=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6B7 is #303948. Grayscale: #C7C7C7. Windows color (decimal): -3160393 or 12043983. OLE color: 12043983.
HSL color Cylindrical-coordinate representation of color #CFC6B7: hue angle of 37.5º degrees, saturation: 0.2, 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 #CFC6B7 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 183 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.19 |
| HSL | 37.5º | 0.2% | 0.76% | - |
| HSV(B) | 37.5º | 0.12% | 0.81% | - |
| XYZ | 54.47 | 57.07 | 52.94 | - |
| YUV | 198.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 183 | 0 | 0.04 | 0.12 | 0.19 | 37.5 | 0.2 | 0.76 |
| Hex | CF | C6 | B7 | 0 | 4 | C | 13 | 26 | 14 | 4C |
| Octal | 317 | 306 | 267 | 0 | 4 | 14 | 23 | 46 | 24 | 114 |
| Binary | 11001111 | 11000110 | 10110111 | 0 | 100 | 1100 | 10011 | 100110 | 10100 | 1001100 |
Color Harmonies of #CFC6B7
Complementary color
Monochromatic Colors of #CFC6B7
Black with #CFC6B7
Text Example
Text Example
White with #CFC6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6B7; }
p { color: rgb(207,198,183); }
H1.HeaderClassName
{
color: #CFC6B7;
}
.AnyTagClassName
{
color: #CFC6B7;
}
</style>
background-color css
<style>
a { background-color: #CFC6B7; }
a { background-color: rgb(207,198,183); }
div.DivClassName
{
background-color: #CFC6B7;
}
.BgClassName
{
background-color: #CFC6B7;
}
</style>
border-color css
<style>
span { border-color: #CFC6B7; }
span { border-color: rgb(207,198,183); }
td.TdClassName
{
border-color: #CFC6B7;
}
.TagClassName
{
border-color: #CFC6B7;
}
</style>