Shades of Cadillac #944963
Tints of Cadillac #944963
RGB
CMYK
RGB Variations
Color information
#944963 (or 0x944963) is known color: Cadillac. HEX triplet: 94, 49 and 63. RGB value is (148,73,99). Sum of RGB (Red+Green+Blue) = 148+73+99=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #944963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944963 is #6BB69C. Grayscale: #626262. Windows color (decimal): -7059101 or 6506900. OLE color: 6506900.
HSL color Cylindrical-coordinate representation of color #944963: hue angle of 339.2º 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 #944963 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 99 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.42 |
| HSL | 339.2º | 0.34% | 0.43% | - |
| HSV(B) | 339.2º | 0.51% | 0.58% | - |
| XYZ | 16.85 | 11.96 | 13.23 | - |
| YUV | 98.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 99 | 0 | 0.51 | 0.33 | 0.42 | 339.2 | 0.34 | 0.43 |
| Hex | 94 | 49 | 63 | 0 | 33 | 21 | 2A | 153 | 22 | 2B |
| Octal | 224 | 111 | 143 | 0 | 63 | 41 | 52 | 523 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1100011 | 0 | 110011 | 100001 | 101010 | 101010011 | 100010 | 101011 |
Color Harmonies of #944963
Complementary color
Monochromatic Colors of #944963
Black with #944963
Text Example
Text Example
White with #944963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944963; }
p { color: rgb(148,73,99); }
H1.HeaderClassName
{
color: #944963;
}
.AnyTagClassName
{
color: #944963;
}
</style>
background-color css
<style>
a { background-color: #944963; }
a { background-color: rgb(148,73,99); }
div.DivClassName
{
background-color: #944963;
}
.BgClassName
{
background-color: #944963;
}
</style>
border-color css
<style>
span { border-color: #944963; }
span { border-color: rgb(148,73,99); }
td.TdClassName
{
border-color: #944963;
}
.TagClassName
{
border-color: #944963;
}
</style>