Shades of Cadillac #9D455C
Tints of Cadillac #9D455C
RGB
CMYK
RGB Variations
Color information
#9D455C (or 0x9D455C) is known color: Cadillac. HEX triplet: 9D, 45 and 5C. RGB value is (157,69,92). Sum of RGB (Red+Green+Blue) = 157+69+92=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D455C is #62BAA3. Grayscale: #616161. Windows color (decimal): -6470308 or 6047133. OLE color: 6047133.
HSL color Cylindrical-coordinate representation of color #9D455C: hue angle of 344.32º 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 #9D455C is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 92 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.38 |
| HSL | 344.32º | 0.39% | 0.44% | - |
| HSV(B) | 344.32º | 0.56% | 0.62% | - |
| XYZ | 17.96 | 12.2 | 11.53 | - |
| YUV | 97.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 92 | 0 | 0.56 | 0.41 | 0.38 | 344.32 | 0.39 | 0.44 |
| Hex | 9D | 45 | 5C | 0 | 38 | 29 | 26 | 158 | 27 | 2C |
| Octal | 235 | 105 | 134 | 0 | 70 | 51 | 46 | 530 | 47 | 54 |
| Binary | 10011101 | 1000101 | 1011100 | 0 | 111000 | 101001 | 100110 | 101011000 | 100111 | 101100 |
Color Harmonies of #9D455C
Complementary color
Monochromatic Colors of #9D455C
Black with #9D455C
Text Example
Text Example
White with #9D455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D455C; }
p { color: rgb(157,69,92); }
H1.HeaderClassName
{
color: #9D455C;
}
.AnyTagClassName
{
color: #9D455C;
}
</style>
background-color css
<style>
a { background-color: #9D455C; }
a { background-color: rgb(157,69,92); }
div.DivClassName
{
background-color: #9D455C;
}
.BgClassName
{
background-color: #9D455C;
}
</style>
border-color css
<style>
span { border-color: #9D455C; }
span { border-color: rgb(157,69,92); }
td.TdClassName
{
border-color: #9D455C;
}
.TagClassName
{
border-color: #9D455C;
}
</style>