Shades of Cadillac #9E4A65
Tints of Cadillac #9E4A65
RGB
CMYK
RGB Variations
Color information
#9E4A65 (or 0x9E4A65) is known color: Cadillac. HEX triplet: 9E, 4A and 65. RGB value is (158,74,101). Sum of RGB (Red+Green+Blue) = 158+74+101=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4A65 is #61B59A. Grayscale: #666666. Windows color (decimal): -6403483 or 6638238. OLE color: 6638238.
HSL color Cylindrical-coordinate representation of color #9E4A65: hue angle of 340.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A65 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 101 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.38 |
| HSL | 340.71º | 0.36% | 0.45% | - |
| HSV(B) | 340.71º | 0.53% | 0.62% | - |
| XYZ | 18.9 | 13.11 | 13.85 | - |
| YUV | 102.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 101 | 0 | 0.53 | 0.36 | 0.38 | 340.71 | 0.36 | 0.45 |
| Hex | 9E | 4A | 65 | 0 | 35 | 24 | 26 | 155 | 24 | 2D |
| Octal | 236 | 112 | 145 | 0 | 65 | 44 | 46 | 525 | 44 | 55 |
| Binary | 10011110 | 1001010 | 1100101 | 0 | 110101 | 100100 | 100110 | 101010101 | 100100 | 101101 |
Color Harmonies of #9E4A65
Complementary color
Monochromatic Colors of #9E4A65
Black with #9E4A65
Text Example
Text Example
White with #9E4A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A65; }
p { color: rgb(158,74,101); }
H1.HeaderClassName
{
color: #9E4A65;
}
.AnyTagClassName
{
color: #9E4A65;
}
</style>
background-color css
<style>
a { background-color: #9E4A65; }
a { background-color: rgb(158,74,101); }
div.DivClassName
{
background-color: #9E4A65;
}
.BgClassName
{
background-color: #9E4A65;
}
</style>
border-color css
<style>
span { border-color: #9E4A65; }
span { border-color: rgb(158,74,101); }
td.TdClassName
{
border-color: #9E4A65;
}
.TagClassName
{
border-color: #9E4A65;
}
</style>