Shades of Cadillac #944563
Tints of Cadillac #944563
RGB
CMYK
RGB Variations
Color information
#944563 (or 0x944563) is known color: Cadillac. HEX triplet: 94, 45 and 63. RGB value is (148,69,99). Sum of RGB (Red+Green+Blue) = 148+69+99=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #944563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944563 is #6BBA9C. Grayscale: #606060. Windows color (decimal): -7060125 or 6505876. OLE color: 6505876.
HSL color Cylindrical-coordinate representation of color #944563: hue angle of 337.22º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944563 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 69 | 99 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.42 |
| HSL | 337.22º | 0.36% | 0.43% | - |
| HSV(B) | 337.22º | 0.53% | 0.58% | - |
| XYZ | 16.59 | 11.45 | 13.14 | - |
| YUV | 96.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 99 | 0 | 0.53 | 0.33 | 0.42 | 337.22 | 0.36 | 0.43 |
| Hex | 94 | 45 | 63 | 0 | 35 | 21 | 2A | 151 | 24 | 2B |
| Octal | 224 | 105 | 143 | 0 | 65 | 41 | 52 | 521 | 44 | 53 |
| Binary | 10010100 | 1000101 | 1100011 | 0 | 110101 | 100001 | 101010 | 101010001 | 100100 | 101011 |
Color Harmonies of #944563
Complementary color
Monochromatic Colors of #944563
Black with #944563
Text Example
Text Example
White with #944563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944563; }
p { color: rgb(148,69,99); }
H1.HeaderClassName
{
color: #944563;
}
.AnyTagClassName
{
color: #944563;
}
</style>
background-color css
<style>
a { background-color: #944563; }
a { background-color: rgb(148,69,99); }
div.DivClassName
{
background-color: #944563;
}
.BgClassName
{
background-color: #944563;
}
</style>
border-color css
<style>
span { border-color: #944563; }
span { border-color: rgb(148,69,99); }
td.TdClassName
{
border-color: #944563;
}
.TagClassName
{
border-color: #944563;
}
</style>