Shades of Cadillac #943E6D
Tints of Cadillac #943E6D
RGB
CMYK
RGB Variations
Color information
#943E6D (or 0x943E6D) is known color: Cadillac. HEX triplet: 94, 3E and 6D. RGB value is (148,62,109). Sum of RGB (Red+Green+Blue) = 148+62+109=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #943E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E6D is #6BC192. Grayscale: #5C5C5C. Windows color (decimal): -7061907 or 7159444. OLE color: 7159444.
HSL color Cylindrical-coordinate representation of color #943E6D: hue angle of 327.21º 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 #943E6D is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 62 | 109 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.42 |
| HSL | 327.21º | 0.41% | 0.41% | - |
| HSV(B) | 327.21º | 0.58% | 0.58% | - |
| XYZ | 16.7 | 10.85 | 15.68 | - |
| YUV | 93.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 109 | 0 | 0.58 | 0.26 | 0.42 | 327.21 | 0.41 | 0.41 |
| Hex | 94 | 3E | 6D | 0 | 3A | 1A | 2A | 147 | 29 | 29 |
| Octal | 224 | 76 | 155 | 0 | 72 | 32 | 52 | 507 | 51 | 51 |
| Binary | 10010100 | 111110 | 1101101 | 0 | 111010 | 11010 | 101010 | 101000111 | 101001 | 101001 |
Color Harmonies of #943E6D
Complementary color
Monochromatic Colors of #943E6D
Black with #943E6D
Text Example
Text Example
White with #943E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943E6D; }
p { color: rgb(148,62,109); }
H1.HeaderClassName
{
color: #943E6D;
}
.AnyTagClassName
{
color: #943E6D;
}
</style>
background-color css
<style>
a { background-color: #943E6D; }
a { background-color: rgb(148,62,109); }
div.DivClassName
{
background-color: #943E6D;
}
.BgClassName
{
background-color: #943E6D;
}
</style>
border-color css
<style>
span { border-color: #943E6D; }
span { border-color: rgb(148,62,109); }
td.TdClassName
{
border-color: #943E6D;
}
.TagClassName
{
border-color: #943E6D;
}
</style>