Shades of Stark White #CFC3B5
Tints of Stark White #CFC3B5
RGB
CMYK
RGB Variations
Color information
#CFC3B5 (or 0xCFC3B5) is known color: Stark White. HEX triplet: CF, C3 and B5. RGB value is (207,195,181). Sum of RGB (Red+Green+Blue) = 207+195+181=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3B5 is #303C4A. Grayscale: #C5C5C5. Windows color (decimal): -3161163 or 11912143. OLE color: 11912143.
HSL color Cylindrical-coordinate representation of color #CFC3B5: hue angle of 32.31º 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 #CFC3B5 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 181 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.19 |
| HSL | 32.31º | 0.21% | 0.76% | - |
| HSV(B) | 32.31º | 0.13% | 0.81% | - |
| XYZ | 53.59 | 55.63 | 51.63 | - |
| YUV | 196.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 181 | 0 | 0.06 | 0.13 | 0.19 | 32.31 | 0.21 | 0.76 |
| Hex | CF | C3 | B5 | 0 | 6 | D | 13 | 20 | 15 | 4C |
| Octal | 317 | 303 | 265 | 0 | 6 | 15 | 23 | 40 | 25 | 114 |
| Binary | 11001111 | 11000011 | 10110101 | 0 | 110 | 1101 | 10011 | 100000 | 10101 | 1001100 |
Color Harmonies of #CFC3B5
Complementary color
Monochromatic Colors of #CFC3B5
Black with #CFC3B5
Text Example
Text Example
White with #CFC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3B5; }
p { color: rgb(207,195,181); }
H1.HeaderClassName
{
color: #CFC3B5;
}
.AnyTagClassName
{
color: #CFC3B5;
}
</style>
background-color css
<style>
a { background-color: #CFC3B5; }
a { background-color: rgb(207,195,181); }
div.DivClassName
{
background-color: #CFC3B5;
}
.BgClassName
{
background-color: #CFC3B5;
}
</style>
border-color css
<style>
span { border-color: #CFC3B5; }
span { border-color: rgb(207,195,181); }
td.TdClassName
{
border-color: #CFC3B5;
}
.TagClassName
{
border-color: #CFC3B5;
}
</style>