Shades of Cadillac #93485F
Tints of Cadillac #93485F
RGB
CMYK
RGB Variations
Color information
#93485F (or 0x93485F) is known color: Cadillac. HEX triplet: 93, 48 and 5F. RGB value is (147,72,95). Sum of RGB (Red+Green+Blue) = 147+72+95=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #93485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93485F is #6CB7A0. Grayscale: #616161. Windows color (decimal): -7124897 or 6244499. OLE color: 6244499.
HSL color Cylindrical-coordinate representation of color #93485F: hue angle of 341.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93485F is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 95 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.42 |
| HSL | 341.6º | 0.34% | 0.43% | - |
| HSV(B) | 341.6º | 0.51% | 0.58% | - |
| XYZ | 16.42 | 11.66 | 12.21 | - |
| YUV | 97.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 95 | 0 | 0.51 | 0.35 | 0.42 | 341.6 | 0.34 | 0.43 |
| Hex | 93 | 48 | 5F | 0 | 33 | 23 | 2A | 156 | 22 | 2B |
| Octal | 223 | 110 | 137 | 0 | 63 | 43 | 52 | 526 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1011111 | 0 | 110011 | 100011 | 101010 | 101010110 | 100010 | 101011 |
Color Harmonies of #93485F
Complementary color
Monochromatic Colors of #93485F
Black with #93485F
Text Example
Text Example
White with #93485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93485F; }
p { color: rgb(147,72,95); }
H1.HeaderClassName
{
color: #93485F;
}
.AnyTagClassName
{
color: #93485F;
}
</style>
background-color css
<style>
a { background-color: #93485F; }
a { background-color: rgb(147,72,95); }
div.DivClassName
{
background-color: #93485F;
}
.BgClassName
{
background-color: #93485F;
}
</style>
border-color css
<style>
span { border-color: #93485F; }
span { border-color: rgb(147,72,95); }
td.TdClassName
{
border-color: #93485F;
}
.TagClassName
{
border-color: #93485F;
}
</style>