Shades of Stark White #CFC2B4
Tints of Stark White #CFC2B4
RGB
CMYK
RGB Variations
Color information
#CFC2B4 (or 0xCFC2B4) is known color: Stark White. HEX triplet: CF, C2 and B4. RGB value is (207,194,180). Sum of RGB (Red+Green+Blue) = 207+194+180=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2B4 is #303D4B. Grayscale: #C4C4C4. Windows color (decimal): -3161420 or 11846351. OLE color: 11846351.
HSL color Cylindrical-coordinate representation of color #CFC2B4: hue angle of 31.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC2B4 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 180 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.19 |
| HSL | 31.11º | 0.22% | 0.76% | - |
| HSV(B) | 31.11º | 0.13% | 0.81% | - |
| XYZ | 53.26 | 55.14 | 51.02 | - |
| YUV | 196.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 180 | 0 | 0.06 | 0.13 | 0.19 | 31.11 | 0.22 | 0.76 |
| Hex | CF | C2 | B4 | 0 | 6 | D | 13 | 1F | 16 | 4C |
| Octal | 317 | 302 | 264 | 0 | 6 | 15 | 23 | 37 | 26 | 114 |
| Binary | 11001111 | 11000010 | 10110100 | 0 | 110 | 1101 | 10011 | 11111 | 10110 | 1001100 |
Color Harmonies of #CFC2B4
Complementary color
Monochromatic Colors of #CFC2B4
Black with #CFC2B4
Text Example
Text Example
White with #CFC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2B4; }
p { color: rgb(207,194,180); }
H1.HeaderClassName
{
color: #CFC2B4;
}
.AnyTagClassName
{
color: #CFC2B4;
}
</style>
background-color css
<style>
a { background-color: #CFC2B4; }
a { background-color: rgb(207,194,180); }
div.DivClassName
{
background-color: #CFC2B4;
}
.BgClassName
{
background-color: #CFC2B4;
}
</style>
border-color css
<style>
span { border-color: #CFC2B4; }
span { border-color: rgb(207,194,180); }
td.TdClassName
{
border-color: #CFC2B4;
}
.TagClassName
{
border-color: #CFC2B4;
}
</style>