Shades of Cadillac #943F5E
Tints of Cadillac #943F5E
RGB
CMYK
RGB Variations
Color information
#943F5E (or 0x943F5E) is known color: Cadillac. HEX triplet: 94, 3F and 5E. RGB value is (148,63,94). Sum of RGB (Red+Green+Blue) = 148+63+94=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #943F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F5E is #6BC0A1. Grayscale: #5B5B5B. Windows color (decimal): -7061666 or 6176660. OLE color: 6176660.
HSL color Cylindrical-coordinate representation of color #943F5E: hue angle of 338.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #943F5E is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 94 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.42 |
| HSL | 338.12º | 0.4% | 0.41% | - |
| HSV(B) | 338.12º | 0.57% | 0.58% | - |
| XYZ | 16.01 | 10.66 | 11.8 | - |
| YUV | 91.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 94 | 0 | 0.57 | 0.36 | 0.42 | 338.12 | 0.4 | 0.41 |
| Hex | 94 | 3F | 5E | 0 | 39 | 24 | 2A | 152 | 28 | 29 |
| Octal | 224 | 77 | 136 | 0 | 71 | 44 | 52 | 522 | 50 | 51 |
| Binary | 10010100 | 111111 | 1011110 | 0 | 111001 | 100100 | 101010 | 101010010 | 101000 | 101001 |
Color Harmonies of #943F5E
Complementary color
Monochromatic Colors of #943F5E
Black with #943F5E
Text Example
Text Example
White with #943F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F5E; }
p { color: rgb(148,63,94); }
H1.HeaderClassName
{
color: #943F5E;
}
.AnyTagClassName
{
color: #943F5E;
}
</style>
background-color css
<style>
a { background-color: #943F5E; }
a { background-color: rgb(148,63,94); }
div.DivClassName
{
background-color: #943F5E;
}
.BgClassName
{
background-color: #943F5E;
}
</style>
border-color css
<style>
span { border-color: #943F5E; }
span { border-color: rgb(148,63,94); }
td.TdClassName
{
border-color: #943F5E;
}
.TagClassName
{
border-color: #943F5E;
}
</style>