Shades of Cadillac #9F465D
Tints of Cadillac #9F465D
RGB
CMYK
RGB Variations
Color information
#9F465D (or 0x9F465D) is known color: Cadillac. HEX triplet: 9F, 46 and 5D. RGB value is (159,70,93). Sum of RGB (Red+Green+Blue) = 159+70+93=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F465D is #60B9A2. Grayscale: #636363. Windows color (decimal): -6338979 or 6112927. OLE color: 6112927.
HSL color Cylindrical-coordinate representation of color #9F465D: hue angle of 344.49º 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 #9F465D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 93 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.38 |
| HSL | 344.49º | 0.39% | 0.45% | - |
| HSV(B) | 344.49º | 0.56% | 0.62% | - |
| XYZ | 18.46 | 12.54 | 11.8 | - |
| YUV | 99.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 93 | 0 | 0.56 | 0.42 | 0.38 | 344.49 | 0.39 | 0.45 |
| Hex | 9F | 46 | 5D | 0 | 38 | 2A | 26 | 158 | 27 | 2D |
| Octal | 237 | 106 | 135 | 0 | 70 | 52 | 46 | 530 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1011101 | 0 | 111000 | 101010 | 100110 | 101011000 | 100111 | 101101 |
Color Harmonies of #9F465D
Complementary color
Monochromatic Colors of #9F465D
Black with #9F465D
Text Example
Text Example
White with #9F465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F465D; }
p { color: rgb(159,70,93); }
H1.HeaderClassName
{
color: #9F465D;
}
.AnyTagClassName
{
color: #9F465D;
}
</style>
background-color css
<style>
a { background-color: #9F465D; }
a { background-color: rgb(159,70,93); }
div.DivClassName
{
background-color: #9F465D;
}
.BgClassName
{
background-color: #9F465D;
}
</style>
border-color css
<style>
span { border-color: #9F465D; }
span { border-color: rgb(159,70,93); }
td.TdClassName
{
border-color: #9F465D;
}
.TagClassName
{
border-color: #9F465D;
}
</style>