Shades of Cadillac #93426D
Tints of Cadillac #93426D
RGB
CMYK
RGB Variations
Color information
#93426D (or 0x93426D) is known color: Cadillac. HEX triplet: 93, 42 and 6D. RGB value is (147,66,109). Sum of RGB (Red+Green+Blue) = 147+66+109=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93426D is #6CBD92. Grayscale: #5F5F5F. Windows color (decimal): -7126419 or 7160467. OLE color: 7160467.
HSL color Cylindrical-coordinate representation of color #93426D: hue angle of 328.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93426D is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 109 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.42 |
| HSL | 328.15º | 0.38% | 0.42% | - |
| HSV(B) | 328.15º | 0.55% | 0.58% | - |
| XYZ | 16.74 | 11.2 | 15.75 | - |
| YUV | 95.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 109 | 0 | 0.55 | 0.26 | 0.42 | 328.15 | 0.38 | 0.42 |
| Hex | 93 | 42 | 6D | 0 | 37 | 1A | 2A | 148 | 26 | 2A |
| Octal | 223 | 102 | 155 | 0 | 67 | 32 | 52 | 510 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1101101 | 0 | 110111 | 11010 | 101010 | 101001000 | 100110 | 101010 |
Color Harmonies of #93426D
Complementary color
Monochromatic Colors of #93426D
Black with #93426D
Text Example
Text Example
White with #93426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93426D; }
p { color: rgb(147,66,109); }
H1.HeaderClassName
{
color: #93426D;
}
.AnyTagClassName
{
color: #93426D;
}
</style>
background-color css
<style>
a { background-color: #93426D; }
a { background-color: rgb(147,66,109); }
div.DivClassName
{
background-color: #93426D;
}
.BgClassName
{
background-color: #93426D;
}
</style>
border-color css
<style>
span { border-color: #93426D; }
span { border-color: rgb(147,66,109); }
td.TdClassName
{
border-color: #93426D;
}
.TagClassName
{
border-color: #93426D;
}
</style>