Shades of Cadillac #94396E
Tints of Cadillac #94396E
RGB
CMYK
RGB Variations
Color information
#94396E (or 0x94396E) is known color: Cadillac. HEX triplet: 94, 39 and 6E. RGB value is (148,57,110). Sum of RGB (Red+Green+Blue) = 148+57+110=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #94396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94396E is #6BC691. Grayscale: #5A5A5A. Windows color (decimal): -7063186 or 7223700. OLE color: 7223700.
HSL color Cylindrical-coordinate representation of color #94396E: hue angle of 325.05º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94396E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 110 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.42 |
| HSL | 325.05º | 0.44% | 0.4% | - |
| HSV(B) | 325.05º | 0.61% | 0.58% | - |
| XYZ | 16.49 | 10.35 | 15.88 | - |
| YUV | 90.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 110 | 0 | 0.61 | 0.26 | 0.42 | 325.05 | 0.44 | 0.4 |
| Hex | 94 | 39 | 6E | 0 | 3D | 1A | 2A | 145 | 2C | 28 |
| Octal | 224 | 71 | 156 | 0 | 75 | 32 | 52 | 505 | 54 | 50 |
| Binary | 10010100 | 111001 | 1101110 | 0 | 111101 | 11010 | 101010 | 101000101 | 101100 | 101000 |
Color Harmonies of #94396E
Complementary color
Monochromatic Colors of #94396E
Black with #94396E
Text Example
Text Example
White with #94396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94396E; }
p { color: rgb(148,57,110); }
H1.HeaderClassName
{
color: #94396E;
}
.AnyTagClassName
{
color: #94396E;
}
</style>
background-color css
<style>
a { background-color: #94396E; }
a { background-color: rgb(148,57,110); }
div.DivClassName
{
background-color: #94396E;
}
.BgClassName
{
background-color: #94396E;
}
</style>
border-color css
<style>
span { border-color: #94396E; }
span { border-color: rgb(148,57,110); }
td.TdClassName
{
border-color: #94396E;
}
.TagClassName
{
border-color: #94396E;
}
</style>