Shades of Cadillac #9E4666
Tints of Cadillac #9E4666
RGB
CMYK
RGB Variations
Color information
#9E4666 (or 0x9E4666) is known color: Cadillac. HEX triplet: 9E, 46 and 66. RGB value is (158,70,102). Sum of RGB (Red+Green+Blue) = 158+70+102=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4666 is #61B999. Grayscale: #636363. Windows color (decimal): -6404506 or 6702750. OLE color: 6702750.
HSL color Cylindrical-coordinate representation of color #9E4666: hue angle of 338.18º 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 #9E4666 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 102 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.38 |
| HSL | 338.18º | 0.39% | 0.45% | - |
| HSV(B) | 338.18º | 0.56% | 0.62% | - |
| XYZ | 18.69 | 12.61 | 14.02 | - |
| YUV | 99.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 102 | 0 | 0.56 | 0.35 | 0.38 | 338.18 | 0.39 | 0.45 |
| Hex | 9E | 46 | 66 | 0 | 38 | 23 | 26 | 152 | 27 | 2D |
| Octal | 236 | 106 | 146 | 0 | 70 | 43 | 46 | 522 | 47 | 55 |
| Binary | 10011110 | 1000110 | 1100110 | 0 | 111000 | 100011 | 100110 | 101010010 | 100111 | 101101 |
Color Harmonies of #9E4666
Complementary color
Monochromatic Colors of #9E4666
Black with #9E4666
Text Example
Text Example
White with #9E4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4666; }
p { color: rgb(158,70,102); }
H1.HeaderClassName
{
color: #9E4666;
}
.AnyTagClassName
{
color: #9E4666;
}
</style>
background-color css
<style>
a { background-color: #9E4666; }
a { background-color: rgb(158,70,102); }
div.DivClassName
{
background-color: #9E4666;
}
.BgClassName
{
background-color: #9E4666;
}
</style>
border-color css
<style>
span { border-color: #9E4666; }
span { border-color: rgb(158,70,102); }
td.TdClassName
{
border-color: #9E4666;
}
.TagClassName
{
border-color: #9E4666;
}
</style>