Shades of Stark White #CDC6BA
Tints of Stark White #CDC6BA
RGB
CMYK
RGB Variations
Color information
#CDC6BA (or 0xCDC6BA) is known color: Stark White. HEX triplet: CD, C6 and BA. RGB value is (205,198,186). Sum of RGB (Red+Green+Blue) = 205+198+186=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6BA is #323945. Grayscale: #C6C6C6. Windows color (decimal): -3291462 or 12240589. OLE color: 12240589.
HSL color Cylindrical-coordinate representation of color #CDC6BA: hue angle of 37.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC6BA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 186 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.20 |
| HSL | 37.89º | 0.16% | 0.77% | - |
| HSV(B) | 37.89º | 0.09% | 0.8% | - |
| XYZ | 54.23 | 56.91 | 54.58 | - |
| YUV | 198.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 186 | 0 | 0.03 | 0.09 | 0.20 | 37.89 | 0.16 | 0.77 |
| Hex | CD | C6 | BA | 0 | 3 | 9 | 14 | 26 | 10 | 4D |
| Octal | 315 | 306 | 272 | 0 | 3 | 11 | 24 | 46 | 20 | 115 |
| Binary | 11001101 | 11000110 | 10111010 | 0 | 11 | 1001 | 10100 | 100110 | 10000 | 1001101 |
Color Harmonies of #CDC6BA
Complementary color
Monochromatic Colors of #CDC6BA
Black with #CDC6BA
Text Example
Text Example
White with #CDC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6BA; }
p { color: rgb(205,198,186); }
H1.HeaderClassName
{
color: #CDC6BA;
}
.AnyTagClassName
{
color: #CDC6BA;
}
</style>
background-color css
<style>
a { background-color: #CDC6BA; }
a { background-color: rgb(205,198,186); }
div.DivClassName
{
background-color: #CDC6BA;
}
.BgClassName
{
background-color: #CDC6BA;
}
</style>
border-color css
<style>
span { border-color: #CDC6BA; }
span { border-color: rgb(205,198,186); }
td.TdClassName
{
border-color: #CDC6BA;
}
.TagClassName
{
border-color: #CDC6BA;
}
</style>