Shades of Cadillac #9D4361
Tints of Cadillac #9D4361
RGB
CMYK
RGB Variations
Color information
#9D4361 (or 0x9D4361) is known color: Cadillac. HEX triplet: 9D, 43 and 61. RGB value is (157,67,97). Sum of RGB (Red+Green+Blue) = 157+67+97=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4361 is #62BC9E. Grayscale: #616161. Windows color (decimal): -6470815 or 6374301. OLE color: 6374301.
HSL color Cylindrical-coordinate representation of color #9D4361: hue angle of 340º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4361 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 67 | 97 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.38 |
| HSL | 340º | 0.4% | 0.44% | - |
| HSV(B) | 340º | 0.57% | 0.62% | - |
| XYZ | 18.07 | 12.05 | 12.68 | - |
| YUV | 97.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 97 | 0 | 0.57 | 0.38 | 0.38 | 340 | 0.4 | 0.44 |
| Hex | 9D | 43 | 61 | 0 | 39 | 26 | 26 | 154 | 28 | 2C |
| Octal | 235 | 103 | 141 | 0 | 71 | 46 | 46 | 524 | 50 | 54 |
| Binary | 10011101 | 1000011 | 1100001 | 0 | 111001 | 100110 | 100110 | 101010100 | 101000 | 101100 |
Color Harmonies of #9D4361
Complementary color
Monochromatic Colors of #9D4361
Black with #9D4361
Text Example
Text Example
White with #9D4361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4361; }
p { color: rgb(157,67,97); }
H1.HeaderClassName
{
color: #9D4361;
}
.AnyTagClassName
{
color: #9D4361;
}
</style>
background-color css
<style>
a { background-color: #9D4361; }
a { background-color: rgb(157,67,97); }
div.DivClassName
{
background-color: #9D4361;
}
.BgClassName
{
background-color: #9D4361;
}
</style>
border-color css
<style>
span { border-color: #9D4361; }
span { border-color: rgb(157,67,97); }
td.TdClassName
{
border-color: #9D4361;
}
.TagClassName
{
border-color: #9D4361;
}
</style>