Shades of Cadillac #9E465C
Tints of Cadillac #9E465C
RGB
CMYK
RGB Variations
Color information
#9E465C (or 0x9E465C) is known color: Cadillac. HEX triplet: 9E, 46 and 5C. RGB value is (158,70,92). Sum of RGB (Red+Green+Blue) = 158+70+92=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E465C is #61B9A3. Grayscale: #626262. Windows color (decimal): -6404516 or 6047390. OLE color: 6047390.
HSL color Cylindrical-coordinate representation of color #9E465C: hue angle of 345º 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 #9E465C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 92 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.38 |
| HSL | 345º | 0.39% | 0.45% | - |
| HSV(B) | 345º | 0.56% | 0.62% | - |
| XYZ | 18.22 | 12.42 | 11.56 | - |
| YUV | 98.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 92 | 0 | 0.56 | 0.42 | 0.38 | 345 | 0.39 | 0.45 |
| Hex | 9E | 46 | 5C | 0 | 38 | 2A | 26 | 159 | 27 | 2D |
| Octal | 236 | 106 | 134 | 0 | 70 | 52 | 46 | 531 | 47 | 55 |
| Binary | 10011110 | 1000110 | 1011100 | 0 | 111000 | 101010 | 100110 | 101011001 | 100111 | 101101 |
Color Harmonies of #9E465C
Complementary color
Monochromatic Colors of #9E465C
Black with #9E465C
Text Example
Text Example
White with #9E465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E465C; }
p { color: rgb(158,70,92); }
H1.HeaderClassName
{
color: #9E465C;
}
.AnyTagClassName
{
color: #9E465C;
}
</style>
background-color css
<style>
a { background-color: #9E465C; }
a { background-color: rgb(158,70,92); }
div.DivClassName
{
background-color: #9E465C;
}
.BgClassName
{
background-color: #9E465C;
}
</style>
border-color css
<style>
span { border-color: #9E465C; }
span { border-color: rgb(158,70,92); }
td.TdClassName
{
border-color: #9E465C;
}
.TagClassName
{
border-color: #9E465C;
}
</style>