Shades of Dawn #9C9990
Tints of Dawn #9C9990
RGB
CMYK
RGB Variations
Color information
#9C9990 (or 0x9C9990) is known color: Dawn. HEX triplet: 9C, 99 and 90. RGB value is (156,153,144). Sum of RGB (Red+Green+Blue) = 156+153+144=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9990 is #63666F. Grayscale: #989898. Windows color (decimal): -6514288 or 9476508. OLE color: 9476508.
HSL color Cylindrical-coordinate representation of color #9C9990: hue angle of 45º 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 #9C9990 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 144 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.39 |
| HSL | 45º | 0.06% | 0.59% | - |
| HSV(B) | 45º | 0.08% | 0.61% | - |
| XYZ | 30.14 | 31.86 | 30.95 | - |
| YUV | 152.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 144 | 0 | 0.02 | 0.08 | 0.39 | 45 | 0.06 | 0.59 |
| Hex | 9C | 99 | 90 | 0 | 2 | 8 | 27 | 2D | 6 | 3B |
| Octal | 234 | 231 | 220 | 0 | 2 | 10 | 47 | 55 | 6 | 73 |
| Binary | 10011100 | 10011001 | 10010000 | 0 | 10 | 1000 | 100111 | 101101 | 110 | 111011 |
Color Harmonies of #9C9990
Complementary color
Monochromatic Colors of #9C9990
Black with #9C9990
Text Example
Text Example
White with #9C9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9990; }
p { color: rgb(156,153,144); }
H1.HeaderClassName
{
color: #9C9990;
}
.AnyTagClassName
{
color: #9C9990;
}
</style>
background-color css
<style>
a { background-color: #9C9990; }
a { background-color: rgb(156,153,144); }
div.DivClassName
{
background-color: #9C9990;
}
.BgClassName
{
background-color: #9C9990;
}
</style>
border-color css
<style>
span { border-color: #9C9990; }
span { border-color: rgb(156,153,144); }
td.TdClassName
{
border-color: #9C9990;
}
.TagClassName
{
border-color: #9C9990;
}
</style>