Shades of Stark White #CFC5B5
Tints of Stark White #CFC5B5
RGB
CMYK
RGB Variations
Color information
#CFC5B5 (or 0xCFC5B5) is known color: Stark White. HEX triplet: CF, C5 and B5. RGB value is (207,197,181). Sum of RGB (Red+Green+Blue) = 207+197+181=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5B5 is #303A4A. Grayscale: #C6C6C6. Windows color (decimal): -3160651 or 11912655. OLE color: 11912655.
HSL color Cylindrical-coordinate representation of color #CFC5B5: hue angle of 36.92º degrees, saturation: 0.21, 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 #CFC5B5 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 181 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.19 |
| HSL | 36.92º | 0.21% | 0.76% | - |
| HSV(B) | 36.92º | 0.13% | 0.81% | - |
| XYZ | 54.04 | 56.53 | 51.78 | - |
| YUV | 198.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 181 | 0 | 0.05 | 0.13 | 0.19 | 36.92 | 0.21 | 0.76 |
| Hex | CF | C5 | B5 | 0 | 5 | D | 13 | 25 | 15 | 4C |
| Octal | 317 | 305 | 265 | 0 | 5 | 15 | 23 | 45 | 25 | 114 |
| Binary | 11001111 | 11000101 | 10110101 | 0 | 101 | 1101 | 10011 | 100101 | 10101 | 1001100 |
Color Harmonies of #CFC5B5
Complementary color
Monochromatic Colors of #CFC5B5
Black with #CFC5B5
Text Example
Text Example
White with #CFC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5B5; }
p { color: rgb(207,197,181); }
H1.HeaderClassName
{
color: #CFC5B5;
}
.AnyTagClassName
{
color: #CFC5B5;
}
</style>
background-color css
<style>
a { background-color: #CFC5B5; }
a { background-color: rgb(207,197,181); }
div.DivClassName
{
background-color: #CFC5B5;
}
.BgClassName
{
background-color: #CFC5B5;
}
</style>
border-color css
<style>
span { border-color: #CFC5B5; }
span { border-color: rgb(207,197,181); }
td.TdClassName
{
border-color: #CFC5B5;
}
.TagClassName
{
border-color: #CFC5B5;
}
</style>