Shades of Cadillac #94405C
Tints of Cadillac #94405C
RGB
CMYK
RGB Variations
Color information
#94405C (or 0x94405C) is known color: Cadillac. HEX triplet: 94, 40 and 5C. RGB value is (148,64,92). Sum of RGB (Red+Green+Blue) = 148+64+92=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94405C is #6BBFA3. Grayscale: #5C5C5C. Windows color (decimal): -7061412 or 6045844. OLE color: 6045844.
HSL color Cylindrical-coordinate representation of color #94405C: hue angle of 340º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94405C is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 92 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.42 |
| HSL | 340º | 0.4% | 0.42% | - |
| HSV(B) | 340º | 0.57% | 0.58% | - |
| XYZ | 15.98 | 10.74 | 11.36 | - |
| YUV | 92.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 92 | 0 | 0.57 | 0.38 | 0.42 | 340 | 0.4 | 0.42 |
| Hex | 94 | 40 | 5C | 0 | 39 | 26 | 2A | 154 | 28 | 2A |
| Octal | 224 | 100 | 134 | 0 | 71 | 46 | 52 | 524 | 50 | 52 |
| Binary | 10010100 | 1000000 | 1011100 | 0 | 111001 | 100110 | 101010 | 101010100 | 101000 | 101010 |
Color Harmonies of #94405C
Complementary color
Monochromatic Colors of #94405C
Black with #94405C
Text Example
Text Example
White with #94405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94405C; }
p { color: rgb(148,64,92); }
H1.HeaderClassName
{
color: #94405C;
}
.AnyTagClassName
{
color: #94405C;
}
</style>
background-color css
<style>
a { background-color: #94405C; }
a { background-color: rgb(148,64,92); }
div.DivClassName
{
background-color: #94405C;
}
.BgClassName
{
background-color: #94405C;
}
</style>
border-color css
<style>
span { border-color: #94405C; }
span { border-color: rgb(148,64,92); }
td.TdClassName
{
border-color: #94405C;
}
.TagClassName
{
border-color: #94405C;
}
</style>