Shades of Cadillac #94445B
Tints of Cadillac #94445B
RGB
CMYK
RGB Variations
Color information
#94445B (or 0x94445B) is known color: Cadillac. HEX triplet: 94, 44 and 5B. RGB value is (148,68,91). Sum of RGB (Red+Green+Blue) = 148+68+91=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94445B is #6BBBA4. Grayscale: #5E5E5E. Windows color (decimal): -7060389 or 5981332. OLE color: 5981332.
HSL color Cylindrical-coordinate representation of color #94445B: hue angle of 342.75º 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 #94445B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 91 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.42 |
| HSL | 342.75º | 0.37% | 0.42% | - |
| HSV(B) | 342.75º | 0.54% | 0.58% | - |
| XYZ | 16.17 | 11.19 | 11.2 | - |
| YUV | 94.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 91 | 0 | 0.54 | 0.39 | 0.42 | 342.75 | 0.37 | 0.42 |
| Hex | 94 | 44 | 5B | 0 | 36 | 27 | 2A | 157 | 25 | 2A |
| Octal | 224 | 104 | 133 | 0 | 66 | 47 | 52 | 527 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1011011 | 0 | 110110 | 100111 | 101010 | 101010111 | 100101 | 101010 |
Color Harmonies of #94445B
Complementary color
Monochromatic Colors of #94445B
Black with #94445B
Text Example
Text Example
White with #94445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94445B; }
p { color: rgb(148,68,91); }
H1.HeaderClassName
{
color: #94445B;
}
.AnyTagClassName
{
color: #94445B;
}
</style>
background-color css
<style>
a { background-color: #94445B; }
a { background-color: rgb(148,68,91); }
div.DivClassName
{
background-color: #94445B;
}
.BgClassName
{
background-color: #94445B;
}
</style>
border-color css
<style>
span { border-color: #94445B; }
span { border-color: rgb(148,68,91); }
td.TdClassName
{
border-color: #94445B;
}
.TagClassName
{
border-color: #94445B;
}
</style>