Shades of Cadillac #9F4567
Tints of Cadillac #9F4567
RGB
CMYK
RGB Variations
Color information
#9F4567 (or 0x9F4567) is known color: Cadillac. HEX triplet: 9F, 45 and 67. RGB value is (159,69,103). Sum of RGB (Red+Green+Blue) = 159+69+103=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4567 is #60BA98. Grayscale: #636363. Windows color (decimal): -6339225 or 6768031. OLE color: 6768031.
HSL color Cylindrical-coordinate representation of color #9F4567: hue angle of 337.33º 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 #9F4567 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 103 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.38 |
| HSL | 337.33º | 0.39% | 0.45% | - |
| HSV(B) | 337.33º | 0.57% | 0.62% | - |
| XYZ | 18.87 | 12.61 | 14.27 | - |
| YUV | 99.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 103 | 0 | 0.57 | 0.35 | 0.38 | 337.33 | 0.39 | 0.45 |
| Hex | 9F | 45 | 67 | 0 | 39 | 23 | 26 | 151 | 27 | 2D |
| Octal | 237 | 105 | 147 | 0 | 71 | 43 | 46 | 521 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1100111 | 0 | 111001 | 100011 | 100110 | 101010001 | 100111 | 101101 |
Color Harmonies of #9F4567
Complementary color
Monochromatic Colors of #9F4567
Black with #9F4567
Text Example
Text Example
White with #9F4567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4567; }
p { color: rgb(159,69,103); }
H1.HeaderClassName
{
color: #9F4567;
}
.AnyTagClassName
{
color: #9F4567;
}
</style>
background-color css
<style>
a { background-color: #9F4567; }
a { background-color: rgb(159,69,103); }
div.DivClassName
{
background-color: #9F4567;
}
.BgClassName
{
background-color: #9F4567;
}
</style>
border-color css
<style>
span { border-color: #9F4567; }
span { border-color: rgb(159,69,103); }
td.TdClassName
{
border-color: #9F4567;
}
.TagClassName
{
border-color: #9F4567;
}
</style>