Shades of Dawn #9C998F
Tints of Dawn #9C998F
RGB
CMYK
RGB Variations
Color information
#9C998F (or 0x9C998F) is known color: Dawn. HEX triplet: 9C, 99 and 8F. RGB value is (156,153,143). Sum of RGB (Red+Green+Blue) = 156+153+143=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 156 - color contains mainly: red. Hex color #9C998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C998F is #636670. Grayscale: #989898. Windows color (decimal): -6514289 or 9410972. OLE color: 9410972.
HSL color Cylindrical-coordinate representation of color #9C998F: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C998F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 143 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.39 |
| HSL | 46.15º | 0.06% | 0.59% | - |
| HSV(B) | 46.15º | 0.08% | 0.61% | - |
| XYZ | 30.06 | 31.83 | 30.55 | - |
| YUV | 152.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 143 | 0 | 0.02 | 0.08 | 0.39 | 46.15 | 0.06 | 0.59 |
| Hex | 9C | 99 | 8F | 0 | 2 | 8 | 27 | 2E | 6 | 3B |
| Octal | 234 | 231 | 217 | 0 | 2 | 10 | 47 | 56 | 6 | 73 |
| Binary | 10011100 | 10011001 | 10001111 | 0 | 10 | 1000 | 100111 | 101110 | 110 | 111011 |
Color Harmonies of #9C998F
Complementary color
Monochromatic Colors of #9C998F
Black with #9C998F
Text Example
Text Example
White with #9C998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C998F; }
p { color: rgb(156,153,143); }
H1.HeaderClassName
{
color: #9C998F;
}
.AnyTagClassName
{
color: #9C998F;
}
</style>
background-color css
<style>
a { background-color: #9C998F; }
a { background-color: rgb(156,153,143); }
div.DivClassName
{
background-color: #9C998F;
}
.BgClassName
{
background-color: #9C998F;
}
</style>
border-color css
<style>
span { border-color: #9C998F; }
span { border-color: rgb(156,153,143); }
td.TdClassName
{
border-color: #9C998F;
}
.TagClassName
{
border-color: #9C998F;
}
</style>