Shades of Morning Glory #99CAC6
Tints of Morning Glory #99CAC6
RGB
CMYK
RGB Variations
Color information
#99CAC6 (or 0x99CAC6) is known color: Morning Glory. HEX triplet: 99, CA and C6. RGB value is (153,202,198). Sum of RGB (Red+Green+Blue) = 153+202+198=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAC6 is #663539. Grayscale: #BABABA. Windows color (decimal): -6698298 or 13027993. OLE color: 13027993.
HSL color Cylindrical-coordinate representation of color #99CAC6: hue angle of 175.1º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAC6 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 198 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.21 |
| HSL | 175.1º | 0.32% | 0.7% | - |
| HSV(B) | 175.1º | 0.24% | 0.79% | - |
| XYZ | 44.45 | 53.09 | 61.33 | - |
| YUV | 186.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 198 | 0.24 | 0 | 0.02 | 0.21 | 175.1 | 0.32 | 0.7 |
| Hex | 99 | CA | C6 | 18 | 0 | 2 | 15 | AF | 20 | 46 |
| Octal | 231 | 312 | 306 | 30 | 0 | 2 | 25 | 257 | 40 | 106 |
| Binary | 10011001 | 11001010 | 11000110 | 11000 | 0 | 10 | 10101 | 10101111 | 100000 | 1000110 |
Color Harmonies of #99CAC6
Complementary color
Monochromatic Colors of #99CAC6
Black with #99CAC6
Text Example
Text Example
White with #99CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAC6; }
p { color: rgb(153,202,198); }
H1.HeaderClassName
{
color: #99CAC6;
}
.AnyTagClassName
{
color: #99CAC6;
}
</style>
background-color css
<style>
a { background-color: #99CAC6; }
a { background-color: rgb(153,202,198); }
div.DivClassName
{
background-color: #99CAC6;
}
.BgClassName
{
background-color: #99CAC6;
}
</style>
border-color css
<style>
span { border-color: #99CAC6; }
span { border-color: rgb(153,202,198); }
td.TdClassName
{
border-color: #99CAC6;
}
.TagClassName
{
border-color: #99CAC6;
}
</style>