Shades of Cadillac #944063
Tints of Cadillac #944063
RGB
CMYK
RGB Variations
Color information
#944063 (or 0x944063) is known color: Cadillac. HEX triplet: 94, 40 and 63. RGB value is (148,64,99). Sum of RGB (Red+Green+Blue) = 148+64+99=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #944063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944063 is #6BBF9C. Grayscale: #5D5D5D. Windows color (decimal): -7061405 or 6504596. OLE color: 6504596.
HSL color Cylindrical-coordinate representation of color #944063: hue angle of 335º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944063 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 99 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.42 |
| HSL | 335º | 0.4% | 0.42% | - |
| HSV(B) | 335º | 0.57% | 0.58% | - |
| XYZ | 16.3 | 10.86 | 13.04 | - |
| YUV | 93.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 99 | 0 | 0.57 | 0.33 | 0.42 | 335 | 0.4 | 0.42 |
| Hex | 94 | 40 | 63 | 0 | 39 | 21 | 2A | 14F | 28 | 2A |
| Octal | 224 | 100 | 143 | 0 | 71 | 41 | 52 | 517 | 50 | 52 |
| Binary | 10010100 | 1000000 | 1100011 | 0 | 111001 | 100001 | 101010 | 101001111 | 101000 | 101010 |
Color Harmonies of #944063
Complementary color
Monochromatic Colors of #944063
Black with #944063
Text Example
Text Example
White with #944063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944063; }
p { color: rgb(148,64,99); }
H1.HeaderClassName
{
color: #944063;
}
.AnyTagClassName
{
color: #944063;
}
</style>
background-color css
<style>
a { background-color: #944063; }
a { background-color: rgb(148,64,99); }
div.DivClassName
{
background-color: #944063;
}
.BgClassName
{
background-color: #944063;
}
</style>
border-color css
<style>
span { border-color: #944063; }
span { border-color: rgb(148,64,99); }
td.TdClassName
{
border-color: #944063;
}
.TagClassName
{
border-color: #944063;
}
</style>