Shades of Cadillac #94415C
Tints of Cadillac #94415C
RGB
CMYK
RGB Variations
Color information
#94415C (or 0x94415C) is known color: Cadillac. HEX triplet: 94, 41 and 5C. RGB value is (148,65,92). Sum of RGB (Red+Green+Blue) = 148+65+92=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94415C is #6BBEA3. Grayscale: #5C5C5C. Windows color (decimal): -7061156 or 6046100. OLE color: 6046100.
HSL color Cylindrical-coordinate representation of color #94415C: hue angle of 340.48º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94415C is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 92 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.42 |
| HSL | 340.48º | 0.39% | 0.42% | - |
| HSV(B) | 340.48º | 0.56% | 0.58% | - |
| XYZ | 16.03 | 10.85 | 11.37 | - |
| YUV | 92.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 92 | 0 | 0.56 | 0.38 | 0.42 | 340.48 | 0.39 | 0.42 |
| Hex | 94 | 41 | 5C | 0 | 38 | 26 | 2A | 154 | 27 | 2A |
| Octal | 224 | 101 | 134 | 0 | 70 | 46 | 52 | 524 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1011100 | 0 | 111000 | 100110 | 101010 | 101010100 | 100111 | 101010 |
Color Harmonies of #94415C
Complementary color
Monochromatic Colors of #94415C
Black with #94415C
Text Example
Text Example
White with #94415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94415C; }
p { color: rgb(148,65,92); }
H1.HeaderClassName
{
color: #94415C;
}
.AnyTagClassName
{
color: #94415C;
}
</style>
background-color css
<style>
a { background-color: #94415C; }
a { background-color: rgb(148,65,92); }
div.DivClassName
{
background-color: #94415C;
}
.BgClassName
{
background-color: #94415C;
}
</style>
border-color css
<style>
span { border-color: #94415C; }
span { border-color: rgb(148,65,92); }
td.TdClassName
{
border-color: #94415C;
}
.TagClassName
{
border-color: #94415C;
}
</style>