Shades of Cadillac #943E5D
Tints of Cadillac #943E5D
RGB
CMYK
RGB Variations
Color information
#943E5D (or 0x943E5D) is known color: Cadillac. HEX triplet: 94, 3E and 5D. RGB value is (148,62,93). Sum of RGB (Red+Green+Blue) = 148+62+93=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #943E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E5D is #6BC1A2. Grayscale: #5B5B5B. Windows color (decimal): -7061923 or 6110868. OLE color: 6110868.
HSL color Cylindrical-coordinate representation of color #943E5D: hue angle of 338.37º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #943E5D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 62 | 93 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.42 |
| HSL | 338.37º | 0.41% | 0.41% | - |
| HSV(B) | 338.37º | 0.58% | 0.58% | - |
| XYZ | 15.91 | 10.53 | 11.55 | - |
| YUV | 91.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 93 | 0 | 0.58 | 0.37 | 0.42 | 338.37 | 0.41 | 0.41 |
| Hex | 94 | 3E | 5D | 0 | 3A | 25 | 2A | 152 | 29 | 29 |
| Octal | 224 | 76 | 135 | 0 | 72 | 45 | 52 | 522 | 51 | 51 |
| Binary | 10010100 | 111110 | 1011101 | 0 | 111010 | 100101 | 101010 | 101010010 | 101001 | 101001 |
Color Harmonies of #943E5D
Complementary color
Monochromatic Colors of #943E5D
Black with #943E5D
Text Example
Text Example
White with #943E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943E5D; }
p { color: rgb(148,62,93); }
H1.HeaderClassName
{
color: #943E5D;
}
.AnyTagClassName
{
color: #943E5D;
}
</style>
background-color css
<style>
a { background-color: #943E5D; }
a { background-color: rgb(148,62,93); }
div.DivClassName
{
background-color: #943E5D;
}
.BgClassName
{
background-color: #943E5D;
}
</style>
border-color css
<style>
span { border-color: #943E5D; }
span { border-color: rgb(148,62,93); }
td.TdClassName
{
border-color: #943E5D;
}
.TagClassName
{
border-color: #943E5D;
}
</style>