Shades of Cadillac #943D63
Tints of Cadillac #943D63
RGB
CMYK
RGB Variations
Color information
#943D63 (or 0x943D63) is known color: Cadillac. HEX triplet: 94, 3D and 63. RGB value is (148,61,99). Sum of RGB (Red+Green+Blue) = 148+61+99=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #943D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D63 is #6BC29C. Grayscale: #5B5B5B. Windows color (decimal): -7062173 or 6503828. OLE color: 6503828.
HSL color Cylindrical-coordinate representation of color #943D63: hue angle of 333.79º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943D63 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 99 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.42 |
| HSL | 333.79º | 0.42% | 0.41% | - |
| HSV(B) | 333.79º | 0.59% | 0.58% | - |
| XYZ | 16.13 | 10.53 | 12.99 | - |
| YUV | 91.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 99 | 0 | 0.59 | 0.33 | 0.42 | 333.79 | 0.42 | 0.41 |
| Hex | 94 | 3D | 63 | 0 | 3B | 21 | 2A | 14E | 2A | 29 |
| Octal | 224 | 75 | 143 | 0 | 73 | 41 | 52 | 516 | 52 | 51 |
| Binary | 10010100 | 111101 | 1100011 | 0 | 111011 | 100001 | 101010 | 101001110 | 101010 | 101001 |
Color Harmonies of #943D63
Complementary color
Monochromatic Colors of #943D63
Black with #943D63
Text Example
Text Example
White with #943D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D63; }
p { color: rgb(148,61,99); }
H1.HeaderClassName
{
color: #943D63;
}
.AnyTagClassName
{
color: #943D63;
}
</style>
background-color css
<style>
a { background-color: #943D63; }
a { background-color: rgb(148,61,99); }
div.DivClassName
{
background-color: #943D63;
}
.BgClassName
{
background-color: #943D63;
}
</style>
border-color css
<style>
span { border-color: #943D63; }
span { border-color: rgb(148,61,99); }
td.TdClassName
{
border-color: #943D63;
}
.TagClassName
{
border-color: #943D63;
}
</style>