Shades of Cadillac #93445C
Tints of Cadillac #93445C
RGB
CMYK
RGB Variations
Color information
#93445C (or 0x93445C) is known color: Cadillac. HEX triplet: 93, 44 and 5C. RGB value is (147,68,92). Sum of RGB (Red+Green+Blue) = 147+68+92=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93445C is #6CBBA3. Grayscale: #5E5E5E. Windows color (decimal): -7125924 or 6046867. OLE color: 6046867.
HSL color Cylindrical-coordinate representation of color #93445C: hue angle of 341.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93445C is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 92 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.42 |
| HSL | 341.77º | 0.37% | 0.42% | - |
| HSV(B) | 341.77º | 0.54% | 0.58% | - |
| XYZ | 16.03 | 11.11 | 11.42 | - |
| YUV | 94.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 92 | 0 | 0.54 | 0.37 | 0.42 | 341.77 | 0.37 | 0.42 |
| Hex | 93 | 44 | 5C | 0 | 36 | 25 | 2A | 156 | 25 | 2A |
| Octal | 223 | 104 | 134 | 0 | 66 | 45 | 52 | 526 | 45 | 52 |
| Binary | 10010011 | 1000100 | 1011100 | 0 | 110110 | 100101 | 101010 | 101010110 | 100101 | 101010 |
Color Harmonies of #93445C
Complementary color
Monochromatic Colors of #93445C
Black with #93445C
Text Example
Text Example
White with #93445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93445C; }
p { color: rgb(147,68,92); }
H1.HeaderClassName
{
color: #93445C;
}
.AnyTagClassName
{
color: #93445C;
}
</style>
background-color css
<style>
a { background-color: #93445C; }
a { background-color: rgb(147,68,92); }
div.DivClassName
{
background-color: #93445C;
}
.BgClassName
{
background-color: #93445C;
}
</style>
border-color css
<style>
span { border-color: #93445C; }
span { border-color: rgb(147,68,92); }
td.TdClassName
{
border-color: #93445C;
}
.TagClassName
{
border-color: #93445C;
}
</style>