Shades of Stark White #CFC3BA
Tints of Stark White #CFC3BA
RGB
CMYK
RGB Variations
Color information
#CFC3BA (or 0xCFC3BA) is known color: Stark White. HEX triplet: CF, C3 and BA. RGB value is (207,195,186). Sum of RGB (Red+Green+Blue) = 207+195+186=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3BA is #303C45. Grayscale: #C5C5C5. Windows color (decimal): -3161158 or 12239823. OLE color: 12239823.
HSL color Cylindrical-coordinate representation of color #CFC3BA: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC3BA is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 186 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.19 |
| HSL | 25.71º | 0.18% | 0.77% | - |
| HSV(B) | 25.71º | 0.1% | 0.81% | - |
| XYZ | 54.11 | 55.84 | 54.38 | - |
| YUV | 197.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 186 | 0 | 0.06 | 0.10 | 0.19 | 25.71 | 0.18 | 0.77 |
| Hex | CF | C3 | BA | 0 | 6 | A | 13 | 1A | 12 | 4D |
| Octal | 317 | 303 | 272 | 0 | 6 | 12 | 23 | 32 | 22 | 115 |
| Binary | 11001111 | 11000011 | 10111010 | 0 | 110 | 1010 | 10011 | 11010 | 10010 | 1001101 |
Color Harmonies of #CFC3BA
Complementary color
Monochromatic Colors of #CFC3BA
Black with #CFC3BA
Text Example
Text Example
White with #CFC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3BA; }
p { color: rgb(207,195,186); }
H1.HeaderClassName
{
color: #CFC3BA;
}
.AnyTagClassName
{
color: #CFC3BA;
}
</style>
background-color css
<style>
a { background-color: #CFC3BA; }
a { background-color: rgb(207,195,186); }
div.DivClassName
{
background-color: #CFC3BA;
}
.BgClassName
{
background-color: #CFC3BA;
}
</style>
border-color css
<style>
span { border-color: #CFC3BA; }
span { border-color: rgb(207,195,186); }
td.TdClassName
{
border-color: #CFC3BA;
}
.TagClassName
{
border-color: #CFC3BA;
}
</style>