Shades of Cadillac #903E6E
Tints of Cadillac #903E6E
RGB
CMYK
RGB Variations
Color information
#903E6E (or 0x903E6E) is known color: Cadillac. HEX triplet: 90, 3E and 6E. RGB value is (144,62,110). Sum of RGB (Red+Green+Blue) = 144+62+110=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #903E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903E6E is #6FC191. Grayscale: #5B5B5B. Windows color (decimal): -7324050 or 7224976. OLE color: 7224976.
HSL color Cylindrical-coordinate representation of color #903E6E: hue angle of 324.88º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #903E6E is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 62 | 110 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.44 |
| HSL | 324.88º | 0.4% | 0.4% | - |
| HSV(B) | 324.88º | 0.57% | 0.56% | - |
| XYZ | 16.04 | 10.5 | 15.93 | - |
| YUV | 91.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 62 | 110 | 0 | 0.57 | 0.24 | 0.44 | 324.88 | 0.4 | 0.4 |
| Hex | 90 | 3E | 6E | 0 | 39 | 18 | 2C | 145 | 28 | 28 |
| Octal | 220 | 76 | 156 | 0 | 71 | 30 | 54 | 505 | 50 | 50 |
| Binary | 10010000 | 111110 | 1101110 | 0 | 111001 | 11000 | 101100 | 101000101 | 101000 | 101000 |
Color Harmonies of #903E6E
Complementary color
Monochromatic Colors of #903E6E
Black with #903E6E
Text Example
Text Example
White with #903E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903E6E; }
p { color: rgb(144,62,110); }
H1.HeaderClassName
{
color: #903E6E;
}
.AnyTagClassName
{
color: #903E6E;
}
</style>
background-color css
<style>
a { background-color: #903E6E; }
a { background-color: rgb(144,62,110); }
div.DivClassName
{
background-color: #903E6E;
}
.BgClassName
{
background-color: #903E6E;
}
</style>
border-color css
<style>
span { border-color: #903E6E; }
span { border-color: rgb(144,62,110); }
td.TdClassName
{
border-color: #903E6E;
}
.TagClassName
{
border-color: #903E6E;
}
</style>