Shades of Cadillac #9F4362
Tints of Cadillac #9F4362
RGB
CMYK
RGB Variations
Color information
#9F4362 (or 0x9F4362) is known color: Cadillac. HEX triplet: 9F, 43 and 62. RGB value is (159,67,98). Sum of RGB (Red+Green+Blue) = 159+67+98=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4362 is #60BC9D. Grayscale: #626262. Windows color (decimal): -6339742 or 6439839. OLE color: 6439839.
HSL color Cylindrical-coordinate representation of color #9F4362: hue angle of 339.78º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4362 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 98 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.38 |
| HSL | 339.78º | 0.41% | 0.44% | - |
| HSV(B) | 339.78º | 0.58% | 0.62% | - |
| XYZ | 18.51 | 12.27 | 12.95 | - |
| YUV | 98.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 98 | 0 | 0.58 | 0.38 | 0.38 | 339.78 | 0.41 | 0.44 |
| Hex | 9F | 43 | 62 | 0 | 3A | 26 | 26 | 154 | 29 | 2C |
| Octal | 237 | 103 | 142 | 0 | 72 | 46 | 46 | 524 | 51 | 54 |
| Binary | 10011111 | 1000011 | 1100010 | 0 | 111010 | 100110 | 100110 | 101010100 | 101001 | 101100 |
Color Harmonies of #9F4362
Complementary color
Monochromatic Colors of #9F4362
Black with #9F4362
Text Example
Text Example
White with #9F4362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4362; }
p { color: rgb(159,67,98); }
H1.HeaderClassName
{
color: #9F4362;
}
.AnyTagClassName
{
color: #9F4362;
}
</style>
background-color css
<style>
a { background-color: #9F4362; }
a { background-color: rgb(159,67,98); }
div.DivClassName
{
background-color: #9F4362;
}
.BgClassName
{
background-color: #9F4362;
}
</style>
border-color css
<style>
span { border-color: #9F4362; }
span { border-color: rgb(159,67,98); }
td.TdClassName
{
border-color: #9F4362;
}
.TagClassName
{
border-color: #9F4362;
}
</style>