Shades of Cadillac #94396C
Tints of Cadillac #94396C
RGB
CMYK
RGB Variations
Color information
#94396C (or 0x94396C) is known color: Cadillac. HEX triplet: 94, 39 and 6C. RGB value is (148,57,108). Sum of RGB (Red+Green+Blue) = 148+57+108=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94396C is #6BC693. Grayscale: #595959. Windows color (decimal): -7063188 or 7092628. OLE color: 7092628.
HSL color Cylindrical-coordinate representation of color #94396C: hue angle of 326.37º 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 #94396C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 108 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.42 |
| HSL | 326.37º | 0.44% | 0.4% | - |
| HSV(B) | 326.37º | 0.61% | 0.58% | - |
| XYZ | 16.38 | 10.3 | 15.31 | - |
| YUV | 90.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 108 | 0 | 0.61 | 0.27 | 0.42 | 326.37 | 0.44 | 0.4 |
| Hex | 94 | 39 | 6C | 0 | 3D | 1B | 2A | 146 | 2C | 28 |
| Octal | 224 | 71 | 154 | 0 | 75 | 33 | 52 | 506 | 54 | 50 |
| Binary | 10010100 | 111001 | 1101100 | 0 | 111101 | 11011 | 101010 | 101000110 | 101100 | 101000 |
Color Harmonies of #94396C
Complementary color
Monochromatic Colors of #94396C
Black with #94396C
Text Example
Text Example
White with #94396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94396C; }
p { color: rgb(148,57,108); }
H1.HeaderClassName
{
color: #94396C;
}
.AnyTagClassName
{
color: #94396C;
}
</style>
background-color css
<style>
a { background-color: #94396C; }
a { background-color: rgb(148,57,108); }
div.DivClassName
{
background-color: #94396C;
}
.BgClassName
{
background-color: #94396C;
}
</style>
border-color css
<style>
span { border-color: #94396C; }
span { border-color: rgb(148,57,108); }
td.TdClassName
{
border-color: #94396C;
}
.TagClassName
{
border-color: #94396C;
}
</style>