Shades of Cadillac #933D6E
Tints of Cadillac #933D6E
RGB
CMYK
RGB Variations
Color information
#933D6E (or 0x933D6E) is known color: Cadillac. HEX triplet: 93, 3D and 6E. RGB value is (147,61,110). Sum of RGB (Red+Green+Blue) = 147+61+110=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #933D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933D6E is #6CC291. Grayscale: #5C5C5C. Windows color (decimal): -7127698 or 7224723. OLE color: 7224723.
HSL color Cylindrical-coordinate representation of color #933D6E: hue angle of 325.81º degrees, saturation: 0.41, 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 #933D6E is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 61 | 110 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.42 |
| HSL | 325.81º | 0.41% | 0.41% | - |
| HSV(B) | 325.81º | 0.59% | 0.58% | - |
| XYZ | 16.52 | 10.67 | 15.94 | - |
| YUV | 92.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 110 | 0 | 0.59 | 0.25 | 0.42 | 325.81 | 0.41 | 0.41 |
| Hex | 93 | 3D | 6E | 0 | 3B | 19 | 2A | 146 | 29 | 29 |
| Octal | 223 | 75 | 156 | 0 | 73 | 31 | 52 | 506 | 51 | 51 |
| Binary | 10010011 | 111101 | 1101110 | 0 | 111011 | 11001 | 101010 | 101000110 | 101001 | 101001 |
Color Harmonies of #933D6E
Complementary color
Monochromatic Colors of #933D6E
Black with #933D6E
Text Example
Text Example
White with #933D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933D6E; }
p { color: rgb(147,61,110); }
H1.HeaderClassName
{
color: #933D6E;
}
.AnyTagClassName
{
color: #933D6E;
}
</style>
background-color css
<style>
a { background-color: #933D6E; }
a { background-color: rgb(147,61,110); }
div.DivClassName
{
background-color: #933D6E;
}
.BgClassName
{
background-color: #933D6E;
}
</style>
border-color css
<style>
span { border-color: #933D6E; }
span { border-color: rgb(147,61,110); }
td.TdClassName
{
border-color: #933D6E;
}
.TagClassName
{
border-color: #933D6E;
}
</style>