Shades of Cadillac #903969
Tints of Cadillac #903969
RGB
CMYK
RGB Variations
Color information
#903969 (or 0x903969) is known color: Cadillac. HEX triplet: 90, 39 and 69. RGB value is (144,57,105). Sum of RGB (Red+Green+Blue) = 144+57+105=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #903969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903969 is #6FC696. Grayscale: #585858. Windows color (decimal): -7325335 or 6896016. OLE color: 6896016.
HSL color Cylindrical-coordinate representation of color #903969: hue angle of 326.9º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #903969 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 57 | 105 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.44 |
| HSL | 326.9º | 0.43% | 0.39% | - |
| HSV(B) | 326.9º | 0.6% | 0.56% | - |
| XYZ | 15.51 | 9.88 | 14.45 | - |
| YUV | 88.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 105 | 0 | 0.60 | 0.27 | 0.44 | 326.9 | 0.43 | 0.39 |
| Hex | 90 | 39 | 69 | 0 | 3C | 1B | 2C | 147 | 2B | 27 |
| Octal | 220 | 71 | 151 | 0 | 74 | 33 | 54 | 507 | 53 | 47 |
| Binary | 10010000 | 111001 | 1101001 | 0 | 111100 | 11011 | 101100 | 101000111 | 101011 | 100111 |
Color Harmonies of #903969
Complementary color
Monochromatic Colors of #903969
Black with #903969
Text Example
Text Example
White with #903969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903969; }
p { color: rgb(144,57,105); }
H1.HeaderClassName
{
color: #903969;
}
.AnyTagClassName
{
color: #903969;
}
</style>
background-color css
<style>
a { background-color: #903969; }
a { background-color: rgb(144,57,105); }
div.DivClassName
{
background-color: #903969;
}
.BgClassName
{
background-color: #903969;
}
</style>
border-color css
<style>
span { border-color: #903969; }
span { border-color: rgb(144,57,105); }
td.TdClassName
{
border-color: #903969;
}
.TagClassName
{
border-color: #903969;
}
</style>