Shades of Stark White #CDC7BA
Tints of Stark White #CDC7BA
RGB
CMYK
RGB Variations
Color information
#CDC7BA (or 0xCDC7BA) is known color: Stark White. HEX triplet: CD, C7 and BA. RGB value is (205,199,186). Sum of RGB (Red+Green+Blue) = 205+199+186=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7BA is #323845. Grayscale: #C7C7C7. Windows color (decimal): -3291206 or 12240845. OLE color: 12240845.
HSL color Cylindrical-coordinate representation of color #CDC7BA: hue angle of 41.05º 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 #CDC7BA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 186 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.20 |
| HSL | 41.05º | 0.16% | 0.77% | - |
| HSV(B) | 41.05º | 0.09% | 0.8% | - |
| XYZ | 54.46 | 57.37 | 54.66 | - |
| YUV | 199.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 186 | 0 | 0.03 | 0.09 | 0.20 | 41.05 | 0.16 | 0.77 |
| Hex | CD | C7 | BA | 0 | 3 | 9 | 14 | 29 | 10 | 4D |
| Octal | 315 | 307 | 272 | 0 | 3 | 11 | 24 | 51 | 20 | 115 |
| Binary | 11001101 | 11000111 | 10111010 | 0 | 11 | 1001 | 10100 | 101001 | 10000 | 1001101 |
Color Harmonies of #CDC7BA
Complementary color
Monochromatic Colors of #CDC7BA
Black with #CDC7BA
Text Example
Text Example
White with #CDC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7BA; }
p { color: rgb(205,199,186); }
H1.HeaderClassName
{
color: #CDC7BA;
}
.AnyTagClassName
{
color: #CDC7BA;
}
</style>
background-color css
<style>
a { background-color: #CDC7BA; }
a { background-color: rgb(205,199,186); }
div.DivClassName
{
background-color: #CDC7BA;
}
.BgClassName
{
background-color: #CDC7BA;
}
</style>
border-color css
<style>
span { border-color: #CDC7BA; }
span { border-color: rgb(205,199,186); }
td.TdClassName
{
border-color: #CDC7BA;
}
.TagClassName
{
border-color: #CDC7BA;
}
</style>