Shades of Cadillac #903D64
Tints of Cadillac #903D64
RGB
CMYK
RGB Variations
Color information
#903D64 (or 0x903D64) is known color: Cadillac. HEX triplet: 90, 3D and 64. RGB value is (144,61,100). Sum of RGB (Red+Green+Blue) = 144+61+100=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #903D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903D64 is #6FC29B. Grayscale: #5A5A5A. Windows color (decimal): -7324316 or 6569360. OLE color: 6569360.
HSL color Cylindrical-coordinate representation of color #903D64: hue angle of 331.81º 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 #903D64 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 100 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.44 |
| HSL | 331.81º | 0.4% | 0.4% | - |
| HSV(B) | 331.81º | 0.58% | 0.56% | - |
| XYZ | 15.47 | 10.19 | 13.21 | - |
| YUV | 90.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 100 | 0 | 0.58 | 0.31 | 0.44 | 331.81 | 0.4 | 0.4 |
| Hex | 90 | 3D | 64 | 0 | 3A | 1F | 2C | 14C | 28 | 28 |
| Octal | 220 | 75 | 144 | 0 | 72 | 37 | 54 | 514 | 50 | 50 |
| Binary | 10010000 | 111101 | 1100100 | 0 | 111010 | 11111 | 101100 | 101001100 | 101000 | 101000 |
Color Harmonies of #903D64
Complementary color
Monochromatic Colors of #903D64
Black with #903D64
Text Example
Text Example
White with #903D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D64; }
p { color: rgb(144,61,100); }
H1.HeaderClassName
{
color: #903D64;
}
.AnyTagClassName
{
color: #903D64;
}
</style>
background-color css
<style>
a { background-color: #903D64; }
a { background-color: rgb(144,61,100); }
div.DivClassName
{
background-color: #903D64;
}
.BgClassName
{
background-color: #903D64;
}
</style>
border-color css
<style>
span { border-color: #903D64; }
span { border-color: rgb(144,61,100); }
td.TdClassName
{
border-color: #903D64;
}
.TagClassName
{
border-color: #903D64;
}
</style>