Shades of Cadillac #9D4562
Tints of Cadillac #9D4562
RGB
CMYK
RGB Variations
Color information
#9D4562 (or 0x9D4562) is known color: Cadillac. HEX triplet: 9D, 45 and 62. RGB value is (157,69,98). Sum of RGB (Red+Green+Blue) = 157+69+98=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4562 is #62BA9D. Grayscale: #626262. Windows color (decimal): -6470302 or 6440349. OLE color: 6440349.
HSL color Cylindrical-coordinate representation of color #9D4562: hue angle of 340.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4562 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 98 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.38 |
| HSL | 340.23º | 0.39% | 0.44% | - |
| HSV(B) | 340.23º | 0.56% | 0.62% | - |
| XYZ | 18.24 | 12.31 | 12.97 | - |
| YUV | 98.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 98 | 0 | 0.56 | 0.38 | 0.38 | 340.23 | 0.39 | 0.44 |
| Hex | 9D | 45 | 62 | 0 | 38 | 26 | 26 | 154 | 27 | 2C |
| Octal | 235 | 105 | 142 | 0 | 70 | 46 | 46 | 524 | 47 | 54 |
| Binary | 10011101 | 1000101 | 1100010 | 0 | 111000 | 100110 | 100110 | 101010100 | 100111 | 101100 |
Color Harmonies of #9D4562
Complementary color
Monochromatic Colors of #9D4562
Black with #9D4562
Text Example
Text Example
White with #9D4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4562; }
p { color: rgb(157,69,98); }
H1.HeaderClassName
{
color: #9D4562;
}
.AnyTagClassName
{
color: #9D4562;
}
</style>
background-color css
<style>
a { background-color: #9D4562; }
a { background-color: rgb(157,69,98); }
div.DivClassName
{
background-color: #9D4562;
}
.BgClassName
{
background-color: #9D4562;
}
</style>
border-color css
<style>
span { border-color: #9D4562; }
span { border-color: rgb(157,69,98); }
td.TdClassName
{
border-color: #9D4562;
}
.TagClassName
{
border-color: #9D4562;
}
</style>