Shades of Cadillac #94446A
Tints of Cadillac #94446A
RGB
CMYK
RGB Variations
Color information
#94446A (or 0x94446A) is known color: Cadillac. HEX triplet: 94, 44 and 6A. RGB value is (148,68,106). Sum of RGB (Red+Green+Blue) = 148+68+106=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94446A is #6BBB95. Grayscale: #606060. Windows color (decimal): -7060374 or 6964372. OLE color: 6964372.
HSL color Cylindrical-coordinate representation of color #94446A: hue angle of 331.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 #94446A is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 106 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.42 |
| HSL | 331.5º | 0.37% | 0.42% | - |
| HSV(B) | 331.5º | 0.54% | 0.58% | - |
| XYZ | 16.88 | 11.47 | 14.96 | - |
| YUV | 96.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 106 | 0 | 0.54 | 0.28 | 0.42 | 331.5 | 0.37 | 0.42 |
| Hex | 94 | 44 | 6A | 0 | 36 | 1C | 2A | 14C | 25 | 2A |
| Octal | 224 | 104 | 152 | 0 | 66 | 34 | 52 | 514 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1101010 | 0 | 110110 | 11100 | 101010 | 101001100 | 100101 | 101010 |
Color Harmonies of #94446A
Complementary color
Monochromatic Colors of #94446A
Black with #94446A
Text Example
Text Example
White with #94446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94446A; }
p { color: rgb(148,68,106); }
H1.HeaderClassName
{
color: #94446A;
}
.AnyTagClassName
{
color: #94446A;
}
</style>
background-color css
<style>
a { background-color: #94446A; }
a { background-color: rgb(148,68,106); }
div.DivClassName
{
background-color: #94446A;
}
.BgClassName
{
background-color: #94446A;
}
</style>
border-color css
<style>
span { border-color: #94446A; }
span { border-color: rgb(148,68,106); }
td.TdClassName
{
border-color: #94446A;
}
.TagClassName
{
border-color: #94446A;
}
</style>