Shades of Cadillac #944961
Tints of Cadillac #944961
RGB
CMYK
RGB Variations
Color information
#944961 (or 0x944961) is known color: Cadillac. HEX triplet: 94, 49 and 61. RGB value is (148,73,97). Sum of RGB (Red+Green+Blue) = 148+73+97=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #944961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944961 is #6BB69E. Grayscale: #626262. Windows color (decimal): -7059103 or 6375828. OLE color: 6375828.
HSL color Cylindrical-coordinate representation of color #944961: hue angle of 340.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944961 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 97 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.42 |
| HSL | 340.8º | 0.34% | 0.43% | - |
| HSV(B) | 340.8º | 0.51% | 0.58% | - |
| XYZ | 16.75 | 11.92 | 12.73 | - |
| YUV | 98.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 97 | 0 | 0.51 | 0.34 | 0.42 | 340.8 | 0.34 | 0.43 |
| Hex | 94 | 49 | 61 | 0 | 33 | 22 | 2A | 155 | 22 | 2B |
| Octal | 224 | 111 | 141 | 0 | 63 | 42 | 52 | 525 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1100001 | 0 | 110011 | 100010 | 101010 | 101010101 | 100010 | 101011 |
Color Harmonies of #944961
Complementary color
Monochromatic Colors of #944961
Black with #944961
Text Example
Text Example
White with #944961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944961; }
p { color: rgb(148,73,97); }
H1.HeaderClassName
{
color: #944961;
}
.AnyTagClassName
{
color: #944961;
}
</style>
background-color css
<style>
a { background-color: #944961; }
a { background-color: rgb(148,73,97); }
div.DivClassName
{
background-color: #944961;
}
.BgClassName
{
background-color: #944961;
}
</style>
border-color css
<style>
span { border-color: #944961; }
span { border-color: rgb(148,73,97); }
td.TdClassName
{
border-color: #944961;
}
.TagClassName
{
border-color: #944961;
}
</style>