Shades of Cadillac #9D4465
Tints of Cadillac #9D4465
RGB
CMYK
RGB Variations
Color information
#9D4465 (or 0x9D4465) is known color: Cadillac. HEX triplet: 9D, 44 and 65. RGB value is (157,68,101). Sum of RGB (Red+Green+Blue) = 157+68+101=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4465 is #62BB9A. Grayscale: #626262. Windows color (decimal): -6470555 or 6636701. OLE color: 6636701.
HSL color Cylindrical-coordinate representation of color #9D4465: hue angle of 337.75º 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 #9D4465 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 68 | 101 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.38 |
| HSL | 337.75º | 0.4% | 0.44% | - |
| HSV(B) | 337.75º | 0.57% | 0.62% | - |
| XYZ | 18.32 | 12.24 | 13.71 | - |
| YUV | 98.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 68 | 101 | 0 | 0.57 | 0.36 | 0.38 | 337.75 | 0.4 | 0.44 |
| Hex | 9D | 44 | 65 | 0 | 39 | 24 | 26 | 152 | 28 | 2C |
| Octal | 235 | 104 | 145 | 0 | 71 | 44 | 46 | 522 | 50 | 54 |
| Binary | 10011101 | 1000100 | 1100101 | 0 | 111001 | 100100 | 100110 | 101010010 | 101000 | 101100 |
Color Harmonies of #9D4465
Complementary color
Monochromatic Colors of #9D4465
Black with #9D4465
Text Example
Text Example
White with #9D4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4465; }
p { color: rgb(157,68,101); }
H1.HeaderClassName
{
color: #9D4465;
}
.AnyTagClassName
{
color: #9D4465;
}
</style>
background-color css
<style>
a { background-color: #9D4465; }
a { background-color: rgb(157,68,101); }
div.DivClassName
{
background-color: #9D4465;
}
.BgClassName
{
background-color: #9D4465;
}
</style>
border-color css
<style>
span { border-color: #9D4465; }
span { border-color: rgb(157,68,101); }
td.TdClassName
{
border-color: #9D4465;
}
.TagClassName
{
border-color: #9D4465;
}
</style>