Shades of Cadillac #9D425E
Tints of Cadillac #9D425E
RGB
CMYK
RGB Variations
Color information
#9D425E (or 0x9D425E) is known color: Cadillac. HEX triplet: 9D, 42 and 5E. RGB value is (157,66,94). Sum of RGB (Red+Green+Blue) = 157+66+94=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D425E is #62BDA1. Grayscale: #606060. Windows color (decimal): -6471074 or 6177437. OLE color: 6177437.
HSL color Cylindrical-coordinate representation of color #9D425E: hue angle of 341.54º 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 #9D425E is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 94 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.38 |
| HSL | 341.54º | 0.41% | 0.44% | - |
| HSV(B) | 341.54º | 0.58% | 0.62% | - |
| XYZ | 17.87 | 11.87 | 11.94 | - |
| YUV | 96.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 94 | 0 | 0.58 | 0.40 | 0.38 | 341.54 | 0.41 | 0.44 |
| Hex | 9D | 42 | 5E | 0 | 3A | 28 | 26 | 156 | 29 | 2C |
| Octal | 235 | 102 | 136 | 0 | 72 | 50 | 46 | 526 | 51 | 54 |
| Binary | 10011101 | 1000010 | 1011110 | 0 | 111010 | 101000 | 100110 | 101010110 | 101001 | 101100 |
Color Harmonies of #9D425E
Complementary color
Monochromatic Colors of #9D425E
Black with #9D425E
Text Example
Text Example
White with #9D425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D425E; }
p { color: rgb(157,66,94); }
H1.HeaderClassName
{
color: #9D425E;
}
.AnyTagClassName
{
color: #9D425E;
}
</style>
background-color css
<style>
a { background-color: #9D425E; }
a { background-color: rgb(157,66,94); }
div.DivClassName
{
background-color: #9D425E;
}
.BgClassName
{
background-color: #9D425E;
}
</style>
border-color css
<style>
span { border-color: #9D425E; }
span { border-color: rgb(157,66,94); }
td.TdClassName
{
border-color: #9D425E;
}
.TagClassName
{
border-color: #9D425E;
}
</style>