Shades of Stark White #CFC1B6
Tints of Stark White #CFC1B6
RGB
CMYK
RGB Variations
Color information
#CFC1B6 (or 0xCFC1B6) is known color: Stark White. HEX triplet: CF, C1 and B6. RGB value is (207,193,182). Sum of RGB (Red+Green+Blue) = 207+193+182=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1B6 is #303E49. Grayscale: #C3C3C3. Windows color (decimal): -3161674 or 11977167. OLE color: 11977167.
HSL color Cylindrical-coordinate representation of color #CFC1B6: hue angle of 26.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 #CFC1B6 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 182 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.19 |
| HSL | 26.4º | 0.21% | 0.76% | - |
| HSV(B) | 26.4º | 0.12% | 0.81% | - |
| XYZ | 53.25 | 54.78 | 52.02 | - |
| YUV | 195.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 182 | 0 | 0.07 | 0.12 | 0.19 | 26.4 | 0.21 | 0.76 |
| Hex | CF | C1 | B6 | 0 | 7 | C | 13 | 1A | 15 | 4C |
| Octal | 317 | 301 | 266 | 0 | 7 | 14 | 23 | 32 | 25 | 114 |
| Binary | 11001111 | 11000001 | 10110110 | 0 | 111 | 1100 | 10011 | 11010 | 10101 | 1001100 |
Color Harmonies of #CFC1B6
Complementary color
Monochromatic Colors of #CFC1B6
Black with #CFC1B6
Text Example
Text Example
White with #CFC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1B6; }
p { color: rgb(207,193,182); }
H1.HeaderClassName
{
color: #CFC1B6;
}
.AnyTagClassName
{
color: #CFC1B6;
}
</style>
background-color css
<style>
a { background-color: #CFC1B6; }
a { background-color: rgb(207,193,182); }
div.DivClassName
{
background-color: #CFC1B6;
}
.BgClassName
{
background-color: #CFC1B6;
}
</style>
border-color css
<style>
span { border-color: #CFC1B6; }
span { border-color: rgb(207,193,182); }
td.TdClassName
{
border-color: #CFC1B6;
}
.TagClassName
{
border-color: #CFC1B6;
}
</style>