Shades of Cadillac #9F445D
Tints of Cadillac #9F445D
RGB
CMYK
RGB Variations
Color information
#9F445D (or 0x9F445D) is known color: Cadillac. HEX triplet: 9F, 44 and 5D. RGB value is (159,68,93). Sum of RGB (Red+Green+Blue) = 159+68+93=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F445D is #60BBA2. Grayscale: #626262. Windows color (decimal): -6339491 or 6112415. OLE color: 6112415.
HSL color Cylindrical-coordinate representation of color #9F445D: hue angle of 343.52º degrees, saturation: 0.4, 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 #9F445D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 93 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.38 |
| HSL | 343.52º | 0.4% | 0.45% | - |
| HSV(B) | 343.52º | 0.57% | 0.62% | - |
| XYZ | 18.34 | 12.3 | 11.76 | - |
| YUV | 98.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 93 | 0 | 0.57 | 0.42 | 0.38 | 343.52 | 0.4 | 0.45 |
| Hex | 9F | 44 | 5D | 0 | 39 | 2A | 26 | 158 | 28 | 2D |
| Octal | 237 | 104 | 135 | 0 | 71 | 52 | 46 | 530 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1011101 | 0 | 111001 | 101010 | 100110 | 101011000 | 101000 | 101101 |
Color Harmonies of #9F445D
Complementary color
Monochromatic Colors of #9F445D
Black with #9F445D
Text Example
Text Example
White with #9F445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F445D; }
p { color: rgb(159,68,93); }
H1.HeaderClassName
{
color: #9F445D;
}
.AnyTagClassName
{
color: #9F445D;
}
</style>
background-color css
<style>
a { background-color: #9F445D; }
a { background-color: rgb(159,68,93); }
div.DivClassName
{
background-color: #9F445D;
}
.BgClassName
{
background-color: #9F445D;
}
</style>
border-color css
<style>
span { border-color: #9F445D; }
span { border-color: rgb(159,68,93); }
td.TdClassName
{
border-color: #9F445D;
}
.TagClassName
{
border-color: #9F445D;
}
</style>