Shades of Stark White #CFC4B4
Tints of Stark White #CFC4B4
RGB
CMYK
RGB Variations
Color information
#CFC4B4 (or 0xCFC4B4) is known color: Stark White. HEX triplet: CF, C4 and B4. RGB value is (207,196,180). Sum of RGB (Red+Green+Blue) = 207+196+180=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4B4 is #303B4B. Grayscale: #C5C5C5. Windows color (decimal): -3160908 or 11846863. OLE color: 11846863.
HSL color Cylindrical-coordinate representation of color #CFC4B4: hue angle of 35.56º 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 #CFC4B4 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 180 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.19 |
| HSL | 35.56º | 0.22% | 0.76% | - |
| HSV(B) | 35.56º | 0.13% | 0.81% | - |
| XYZ | 53.71 | 56.04 | 51.17 | - |
| YUV | 197.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 180 | 0 | 0.05 | 0.13 | 0.19 | 35.56 | 0.22 | 0.76 |
| Hex | CF | C4 | B4 | 0 | 5 | D | 13 | 24 | 16 | 4C |
| Octal | 317 | 304 | 264 | 0 | 5 | 15 | 23 | 44 | 26 | 114 |
| Binary | 11001111 | 11000100 | 10110100 | 0 | 101 | 1101 | 10011 | 100100 | 10110 | 1001100 |
Color Harmonies of #CFC4B4
Complementary color
Monochromatic Colors of #CFC4B4
Black with #CFC4B4
Text Example
Text Example
White with #CFC4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4B4; }
p { color: rgb(207,196,180); }
H1.HeaderClassName
{
color: #CFC4B4;
}
.AnyTagClassName
{
color: #CFC4B4;
}
</style>
background-color css
<style>
a { background-color: #CFC4B4; }
a { background-color: rgb(207,196,180); }
div.DivClassName
{
background-color: #CFC4B4;
}
.BgClassName
{
background-color: #CFC4B4;
}
</style>
border-color css
<style>
span { border-color: #CFC4B4; }
span { border-color: rgb(207,196,180); }
td.TdClassName
{
border-color: #CFC4B4;
}
.TagClassName
{
border-color: #CFC4B4;
}
</style>