Shades of Cadillac #94445A
Tints of Cadillac #94445A
RGB
CMYK
RGB Variations
Color information
#94445A (or 0x94445A) is known color: Cadillac. HEX triplet: 94, 44 and 5A. RGB value is (148,68,90). Sum of RGB (Red+Green+Blue) = 148+68+90=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94445A is #6BBBA5. Grayscale: #5E5E5E. Windows color (decimal): -7060390 or 5915796. OLE color: 5915796.
HSL color Cylindrical-coordinate representation of color #94445A: hue angle of 343.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94445A is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 90 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.42 |
| HSL | 343.5º | 0.37% | 0.42% | - |
| HSV(B) | 343.5º | 0.54% | 0.58% | - |
| XYZ | 16.13 | 11.17 | 10.98 | - |
| YUV | 94.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 90 | 0 | 0.54 | 0.39 | 0.42 | 343.5 | 0.37 | 0.42 |
| Hex | 94 | 44 | 5A | 0 | 36 | 27 | 2A | 158 | 25 | 2A |
| Octal | 224 | 104 | 132 | 0 | 66 | 47 | 52 | 530 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1011010 | 0 | 110110 | 100111 | 101010 | 101011000 | 100101 | 101010 |
Color Harmonies of #94445A
Complementary color
Monochromatic Colors of #94445A
Black with #94445A
Text Example
Text Example
White with #94445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94445A; }
p { color: rgb(148,68,90); }
H1.HeaderClassName
{
color: #94445A;
}
.AnyTagClassName
{
color: #94445A;
}
</style>
background-color css
<style>
a { background-color: #94445A; }
a { background-color: rgb(148,68,90); }
div.DivClassName
{
background-color: #94445A;
}
.BgClassName
{
background-color: #94445A;
}
</style>
border-color css
<style>
span { border-color: #94445A; }
span { border-color: rgb(148,68,90); }
td.TdClassName
{
border-color: #94445A;
}
.TagClassName
{
border-color: #94445A;
}
</style>