Shades of Cadillac #9D4867
Tints of Cadillac #9D4867
RGB
CMYK
RGB Variations
Color information
#9D4867 (or 0x9D4867) is known color: Cadillac. HEX triplet: 9D, 48 and 67. RGB value is (157,72,103). Sum of RGB (Red+Green+Blue) = 157+72+103=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4867 is #62B798. Grayscale: #646464. Windows color (decimal): -6469529 or 6768797. OLE color: 6768797.
HSL color Cylindrical-coordinate representation of color #9D4867: hue angle of 338.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4867 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 103 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.38 |
| HSL | 338.12º | 0.37% | 0.45% | - |
| HSV(B) | 338.12º | 0.54% | 0.62% | - |
| XYZ | 18.67 | 12.78 | 14.32 | - |
| YUV | 100.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 103 | 0 | 0.54 | 0.34 | 0.38 | 338.12 | 0.37 | 0.45 |
| Hex | 9D | 48 | 67 | 0 | 36 | 22 | 26 | 152 | 25 | 2D |
| Octal | 235 | 110 | 147 | 0 | 66 | 42 | 46 | 522 | 45 | 55 |
| Binary | 10011101 | 1001000 | 1100111 | 0 | 110110 | 100010 | 100110 | 101010010 | 100101 | 101101 |
Color Harmonies of #9D4867
Complementary color
Monochromatic Colors of #9D4867
Black with #9D4867
Text Example
Text Example
White with #9D4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4867; }
p { color: rgb(157,72,103); }
H1.HeaderClassName
{
color: #9D4867;
}
.AnyTagClassName
{
color: #9D4867;
}
</style>
background-color css
<style>
a { background-color: #9D4867; }
a { background-color: rgb(157,72,103); }
div.DivClassName
{
background-color: #9D4867;
}
.BgClassName
{
background-color: #9D4867;
}
</style>
border-color css
<style>
span { border-color: #9D4867; }
span { border-color: rgb(157,72,103); }
td.TdClassName
{
border-color: #9D4867;
}
.TagClassName
{
border-color: #9D4867;
}
</style>