Shades of Cadillac #944461
Tints of Cadillac #944461
RGB
CMYK
RGB Variations
Color information
#944461 (or 0x944461) is known color: Cadillac. HEX triplet: 94, 44 and 61. RGB value is (148,68,97). Sum of RGB (Red+Green+Blue) = 148+68+97=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #944461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944461 is #6BBB9E. Grayscale: #5F5F5F. Windows color (decimal): -7060383 or 6374548. OLE color: 6374548.
HSL color Cylindrical-coordinate representation of color #944461: hue angle of 338.25º 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 #944461 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 97 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.42 |
| HSL | 338.25º | 0.37% | 0.42% | - |
| HSV(B) | 338.25º | 0.54% | 0.58% | - |
| XYZ | 16.44 | 11.29 | 12.62 | - |
| YUV | 95.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 97 | 0 | 0.54 | 0.34 | 0.42 | 338.25 | 0.37 | 0.42 |
| Hex | 94 | 44 | 61 | 0 | 36 | 22 | 2A | 152 | 25 | 2A |
| Octal | 224 | 104 | 141 | 0 | 66 | 42 | 52 | 522 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1100001 | 0 | 110110 | 100010 | 101010 | 101010010 | 100101 | 101010 |
Color Harmonies of #944461
Complementary color
Monochromatic Colors of #944461
Black with #944461
Text Example
Text Example
White with #944461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944461; }
p { color: rgb(148,68,97); }
H1.HeaderClassName
{
color: #944461;
}
.AnyTagClassName
{
color: #944461;
}
</style>
background-color css
<style>
a { background-color: #944461; }
a { background-color: rgb(148,68,97); }
div.DivClassName
{
background-color: #944461;
}
.BgClassName
{
background-color: #944461;
}
</style>
border-color css
<style>
span { border-color: #944461; }
span { border-color: rgb(148,68,97); }
td.TdClassName
{
border-color: #944461;
}
.TagClassName
{
border-color: #944461;
}
</style>