Shades of Cadillac #93436D
Tints of Cadillac #93436D
RGB
CMYK
RGB Variations
Color information
#93436D (or 0x93436D) is known color: Cadillac. HEX triplet: 93, 43 and 6D. RGB value is (147,67,109). Sum of RGB (Red+Green+Blue) = 147+67+109=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93436D is #6CBC92. Grayscale: #5F5F5F. Windows color (decimal): -7126163 or 7160723. OLE color: 7160723.
HSL color Cylindrical-coordinate representation of color #93436D: hue angle of 328.5º 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 #93436D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 109 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.42 |
| HSL | 328.5º | 0.37% | 0.42% | - |
| HSV(B) | 328.5º | 0.54% | 0.58% | - |
| XYZ | 16.8 | 11.32 | 15.77 | - |
| YUV | 95.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 109 | 0 | 0.54 | 0.26 | 0.42 | 328.5 | 0.37 | 0.42 |
| Hex | 93 | 43 | 6D | 0 | 36 | 1A | 2A | 148 | 25 | 2A |
| Octal | 223 | 103 | 155 | 0 | 66 | 32 | 52 | 510 | 45 | 52 |
| Binary | 10010011 | 1000011 | 1101101 | 0 | 110110 | 11010 | 101010 | 101001000 | 100101 | 101010 |
Color Harmonies of #93436D
Complementary color
Monochromatic Colors of #93436D
Black with #93436D
Text Example
Text Example
White with #93436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93436D; }
p { color: rgb(147,67,109); }
H1.HeaderClassName
{
color: #93436D;
}
.AnyTagClassName
{
color: #93436D;
}
</style>
background-color css
<style>
a { background-color: #93436D; }
a { background-color: rgb(147,67,109); }
div.DivClassName
{
background-color: #93436D;
}
.BgClassName
{
background-color: #93436D;
}
</style>
border-color css
<style>
span { border-color: #93436D; }
span { border-color: rgb(147,67,109); }
td.TdClassName
{
border-color: #93436D;
}
.TagClassName
{
border-color: #93436D;
}
</style>