Shades of Cadillac #9F455D
Tints of Cadillac #9F455D
RGB
CMYK
RGB Variations
Color information
#9F455D (or 0x9F455D) is known color: Cadillac. HEX triplet: 9F, 45 and 5D. RGB value is (159,69,93). Sum of RGB (Red+Green+Blue) = 159+69+93=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F455D is #60BAA2. Grayscale: #626262. Windows color (decimal): -6339235 or 6112671. OLE color: 6112671.
HSL color Cylindrical-coordinate representation of color #9F455D: hue angle of 344º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F455D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 93 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.38 |
| HSL | 344º | 0.39% | 0.45% | - |
| HSV(B) | 344º | 0.57% | 0.62% | - |
| XYZ | 18.4 | 12.42 | 11.78 | - |
| YUV | 98.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 93 | 0 | 0.57 | 0.42 | 0.38 | 344 | 0.39 | 0.45 |
| Hex | 9F | 45 | 5D | 0 | 39 | 2A | 26 | 158 | 27 | 2D |
| Octal | 237 | 105 | 135 | 0 | 71 | 52 | 46 | 530 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1011101 | 0 | 111001 | 101010 | 100110 | 101011000 | 100111 | 101101 |
Color Harmonies of #9F455D
Complementary color
Monochromatic Colors of #9F455D
Black with #9F455D
Text Example
Text Example
White with #9F455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F455D; }
p { color: rgb(159,69,93); }
H1.HeaderClassName
{
color: #9F455D;
}
.AnyTagClassName
{
color: #9F455D;
}
</style>
background-color css
<style>
a { background-color: #9F455D; }
a { background-color: rgb(159,69,93); }
div.DivClassName
{
background-color: #9F455D;
}
.BgClassName
{
background-color: #9F455D;
}
</style>
border-color css
<style>
span { border-color: #9F455D; }
span { border-color: rgb(159,69,93); }
td.TdClassName
{
border-color: #9F455D;
}
.TagClassName
{
border-color: #9F455D;
}
</style>