Shades of Cadillac #9E4868
Tints of Cadillac #9E4868
RGB
CMYK
RGB Variations
Color information
#9E4868 (or 0x9E4868) is known color: Cadillac. HEX triplet: 9E, 48 and 68. RGB value is (158,72,104). Sum of RGB (Red+Green+Blue) = 158+72+104=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4868 is #61B797. Grayscale: #656565. Windows color (decimal): -6403992 or 6834334. OLE color: 6834334.
HSL color Cylindrical-coordinate representation of color #9E4868: hue angle of 337.67º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4868 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 104 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.38 |
| HSL | 337.67º | 0.37% | 0.45% | - |
| HSV(B) | 337.67º | 0.54% | 0.62% | - |
| XYZ | 18.92 | 12.9 | 14.59 | - |
| YUV | 101.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 104 | 0 | 0.54 | 0.34 | 0.38 | 337.67 | 0.37 | 0.45 |
| Hex | 9E | 48 | 68 | 0 | 36 | 22 | 26 | 152 | 25 | 2D |
| Octal | 236 | 110 | 150 | 0 | 66 | 42 | 46 | 522 | 45 | 55 |
| Binary | 10011110 | 1001000 | 1101000 | 0 | 110110 | 100010 | 100110 | 101010010 | 100101 | 101101 |
Color Harmonies of #9E4868
Complementary color
Monochromatic Colors of #9E4868
Black with #9E4868
Text Example
Text Example
White with #9E4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4868; }
p { color: rgb(158,72,104); }
H1.HeaderClassName
{
color: #9E4868;
}
.AnyTagClassName
{
color: #9E4868;
}
</style>
background-color css
<style>
a { background-color: #9E4868; }
a { background-color: rgb(158,72,104); }
div.DivClassName
{
background-color: #9E4868;
}
.BgClassName
{
background-color: #9E4868;
}
</style>
border-color css
<style>
span { border-color: #9E4868; }
span { border-color: rgb(158,72,104); }
td.TdClassName
{
border-color: #9E4868;
}
.TagClassName
{
border-color: #9E4868;
}
</style>