Shades of Cadillac #9F445C
Tints of Cadillac #9F445C
RGB
CMYK
RGB Variations
Color information
#9F445C (or 0x9F445C) is known color: Cadillac. HEX triplet: 9F, 44 and 5C. RGB value is (159,68,92). Sum of RGB (Red+Green+Blue) = 159+68+92=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F445C is #60BBA3. Grayscale: #616161. Windows color (decimal): -6339492 or 6046879. OLE color: 6046879.
HSL color Cylindrical-coordinate representation of color #9F445C: hue angle of 344.18º 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 #9F445C is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 92 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.38 |
| HSL | 344.18º | 0.4% | 0.45% | - |
| HSV(B) | 344.18º | 0.57% | 0.62% | - |
| XYZ | 18.3 | 12.28 | 11.53 | - |
| YUV | 97.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 92 | 0 | 0.57 | 0.42 | 0.38 | 344.18 | 0.4 | 0.45 |
| Hex | 9F | 44 | 5C | 0 | 39 | 2A | 26 | 158 | 28 | 2D |
| Octal | 237 | 104 | 134 | 0 | 71 | 52 | 46 | 530 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1011100 | 0 | 111001 | 101010 | 100110 | 101011000 | 101000 | 101101 |
Color Harmonies of #9F445C
Complementary color
Monochromatic Colors of #9F445C
Black with #9F445C
Text Example
Text Example
White with #9F445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F445C; }
p { color: rgb(159,68,92); }
H1.HeaderClassName
{
color: #9F445C;
}
.AnyTagClassName
{
color: #9F445C;
}
</style>
background-color css
<style>
a { background-color: #9F445C; }
a { background-color: rgb(159,68,92); }
div.DivClassName
{
background-color: #9F445C;
}
.BgClassName
{
background-color: #9F445C;
}
</style>
border-color css
<style>
span { border-color: #9F445C; }
span { border-color: rgb(159,68,92); }
td.TdClassName
{
border-color: #9F445C;
}
.TagClassName
{
border-color: #9F445C;
}
</style>