Shades of Cadillac #9F4465
Tints of Cadillac #9F4465
RGB
CMYK
RGB Variations
Color information
#9F4465 (or 0x9F4465) is known color: Cadillac. HEX triplet: 9F, 44 and 65. RGB value is (159,68,101). Sum of RGB (Red+Green+Blue) = 159+68+101=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4465 is #60BB9A. Grayscale: #626262. Windows color (decimal): -6339483 or 6636703. OLE color: 6636703.
HSL color Cylindrical-coordinate representation of color #9F4465: hue angle of 338.24º 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 #9F4465 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 101 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.38 |
| HSL | 338.24º | 0.4% | 0.45% | - |
| HSV(B) | 338.24º | 0.57% | 0.62% | - |
| XYZ | 18.71 | 12.44 | 13.73 | - |
| YUV | 98.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 101 | 0 | 0.57 | 0.36 | 0.38 | 338.24 | 0.4 | 0.45 |
| Hex | 9F | 44 | 65 | 0 | 39 | 24 | 26 | 152 | 28 | 2D |
| Octal | 237 | 104 | 145 | 0 | 71 | 44 | 46 | 522 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1100101 | 0 | 111001 | 100100 | 100110 | 101010010 | 101000 | 101101 |
Color Harmonies of #9F4465
Complementary color
Monochromatic Colors of #9F4465
Black with #9F4465
Text Example
Text Example
White with #9F4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4465; }
p { color: rgb(159,68,101); }
H1.HeaderClassName
{
color: #9F4465;
}
.AnyTagClassName
{
color: #9F4465;
}
</style>
background-color css
<style>
a { background-color: #9F4465; }
a { background-color: rgb(159,68,101); }
div.DivClassName
{
background-color: #9F4465;
}
.BgClassName
{
background-color: #9F4465;
}
</style>
border-color css
<style>
span { border-color: #9F4465; }
span { border-color: rgb(159,68,101); }
td.TdClassName
{
border-color: #9F4465;
}
.TagClassName
{
border-color: #9F4465;
}
</style>