Shades of Cadillac #903D6F
Tints of Cadillac #903D6F
RGB
CMYK
RGB Variations
Color information
#903D6F (or 0x903D6F) is known color: Cadillac. HEX triplet: 90, 3D and 6F. RGB value is (144,61,111). Sum of RGB (Red+Green+Blue) = 144+61+111=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #903D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903D6F is #6FC290. Grayscale: #5B5B5B. Windows color (decimal): -7324305 or 7290256. OLE color: 7290256.
HSL color Cylindrical-coordinate representation of color #903D6F: hue angle of 323.86º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #903D6F is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 111 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.44 |
| HSL | 323.86º | 0.4% | 0.4% | - |
| HSV(B) | 323.86º | 0.58% | 0.56% | - |
| XYZ | 16.04 | 10.41 | 16.2 | - |
| YUV | 91.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 111 | 0 | 0.58 | 0.23 | 0.44 | 323.86 | 0.4 | 0.4 |
| Hex | 90 | 3D | 6F | 0 | 3A | 17 | 2C | 144 | 28 | 28 |
| Octal | 220 | 75 | 157 | 0 | 72 | 27 | 54 | 504 | 50 | 50 |
| Binary | 10010000 | 111101 | 1101111 | 0 | 111010 | 10111 | 101100 | 101000100 | 101000 | 101000 |
Color Harmonies of #903D6F
Complementary color
Monochromatic Colors of #903D6F
Black with #903D6F
Text Example
Text Example
White with #903D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D6F; }
p { color: rgb(144,61,111); }
H1.HeaderClassName
{
color: #903D6F;
}
.AnyTagClassName
{
color: #903D6F;
}
</style>
background-color css
<style>
a { background-color: #903D6F; }
a { background-color: rgb(144,61,111); }
div.DivClassName
{
background-color: #903D6F;
}
.BgClassName
{
background-color: #903D6F;
}
</style>
border-color css
<style>
span { border-color: #903D6F; }
span { border-color: rgb(144,61,111); }
td.TdClassName
{
border-color: #903D6F;
}
.TagClassName
{
border-color: #903D6F;
}
</style>