Shades of Cadillac #903C6C
Tints of Cadillac #903C6C
RGB
CMYK
RGB Variations
Color information
#903C6C (or 0x903C6C) is known color: Cadillac. HEX triplet: 90, 3C and 6C. RGB value is (144,60,108). Sum of RGB (Red+Green+Blue) = 144+60+108=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #903C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903C6C is #6FC393. Grayscale: #5A5A5A. Windows color (decimal): -7324564 or 7093392. OLE color: 7093392.
HSL color Cylindrical-coordinate representation of color #903C6C: hue angle of 325.71º degrees, saturation: 0.41, 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 #903C6C is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 108 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.44 |
| HSL | 325.71º | 0.41% | 0.4% | - |
| HSV(B) | 325.71º | 0.58% | 0.56% | - |
| XYZ | 15.82 | 10.24 | 15.33 | - |
| YUV | 90.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 108 | 0 | 0.58 | 0.25 | 0.44 | 325.71 | 0.41 | 0.4 |
| Hex | 90 | 3C | 6C | 0 | 3A | 19 | 2C | 146 | 29 | 28 |
| Octal | 220 | 74 | 154 | 0 | 72 | 31 | 54 | 506 | 51 | 50 |
| Binary | 10010000 | 111100 | 1101100 | 0 | 111010 | 11001 | 101100 | 101000110 | 101001 | 101000 |
Color Harmonies of #903C6C
Complementary color
Monochromatic Colors of #903C6C
Black with #903C6C
Text Example
Text Example
White with #903C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C6C; }
p { color: rgb(144,60,108); }
H1.HeaderClassName
{
color: #903C6C;
}
.AnyTagClassName
{
color: #903C6C;
}
</style>
background-color css
<style>
a { background-color: #903C6C; }
a { background-color: rgb(144,60,108); }
div.DivClassName
{
background-color: #903C6C;
}
.BgClassName
{
background-color: #903C6C;
}
</style>
border-color css
<style>
span { border-color: #903C6C; }
span { border-color: rgb(144,60,108); }
td.TdClassName
{
border-color: #903C6C;
}
.TagClassName
{
border-color: #903C6C;
}
</style>