Shades of Cadillac #9E4663
Tints of Cadillac #9E4663
RGB
CMYK
RGB Variations
Color information
#9E4663 (or 0x9E4663) is known color: Cadillac. HEX triplet: 9E, 46 and 63. RGB value is (158,70,99). Sum of RGB (Red+Green+Blue) = 158+70+99=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4663 is #61B99C. Grayscale: #636363. Windows color (decimal): -6404509 or 6506142. OLE color: 6506142.
HSL color Cylindrical-coordinate representation of color #9E4663: hue angle of 340.23º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4663 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 99 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.38 |
| HSL | 340.23º | 0.39% | 0.45% | - |
| HSV(B) | 340.23º | 0.56% | 0.62% | - |
| XYZ | 18.54 | 12.55 | 13.25 | - |
| YUV | 99.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 99 | 0 | 0.56 | 0.37 | 0.38 | 340.23 | 0.39 | 0.45 |
| Hex | 9E | 46 | 63 | 0 | 38 | 25 | 26 | 154 | 27 | 2D |
| Octal | 236 | 106 | 143 | 0 | 70 | 45 | 46 | 524 | 47 | 55 |
| Binary | 10011110 | 1000110 | 1100011 | 0 | 111000 | 100101 | 100110 | 101010100 | 100111 | 101101 |
Color Harmonies of #9E4663
Complementary color
Monochromatic Colors of #9E4663
Black with #9E4663
Text Example
Text Example
White with #9E4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4663; }
p { color: rgb(158,70,99); }
H1.HeaderClassName
{
color: #9E4663;
}
.AnyTagClassName
{
color: #9E4663;
}
</style>
background-color css
<style>
a { background-color: #9E4663; }
a { background-color: rgb(158,70,99); }
div.DivClassName
{
background-color: #9E4663;
}
.BgClassName
{
background-color: #9E4663;
}
</style>
border-color css
<style>
span { border-color: #9E4663; }
span { border-color: rgb(158,70,99); }
td.TdClassName
{
border-color: #9E4663;
}
.TagClassName
{
border-color: #9E4663;
}
</style>