Shades of Cadillac #903F65
Tints of Cadillac #903F65
RGB
CMYK
RGB Variations
Color information
#903F65 (or 0x903F65) is known color: Cadillac. HEX triplet: 90, 3F and 65. RGB value is (144,63,101). Sum of RGB (Red+Green+Blue) = 144+63+101=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #903F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903F65 is #6FC09A. Grayscale: #5B5B5B. Windows color (decimal): -7323803 or 6635408. OLE color: 6635408.
HSL color Cylindrical-coordinate representation of color #903F65: hue angle of 331.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #903F65 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 101 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.44 |
| HSL | 331.85º | 0.39% | 0.41% | - |
| HSV(B) | 331.85º | 0.56% | 0.56% | - |
| XYZ | 15.63 | 10.42 | 13.5 | - |
| YUV | 91.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 101 | 0 | 0.56 | 0.30 | 0.44 | 331.85 | 0.39 | 0.41 |
| Hex | 90 | 3F | 65 | 0 | 38 | 1E | 2C | 14C | 27 | 29 |
| Octal | 220 | 77 | 145 | 0 | 70 | 36 | 54 | 514 | 47 | 51 |
| Binary | 10010000 | 111111 | 1100101 | 0 | 111000 | 11110 | 101100 | 101001100 | 100111 | 101001 |
Color Harmonies of #903F65
Complementary color
Monochromatic Colors of #903F65
Black with #903F65
Text Example
Text Example
White with #903F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F65; }
p { color: rgb(144,63,101); }
H1.HeaderClassName
{
color: #903F65;
}
.AnyTagClassName
{
color: #903F65;
}
</style>
background-color css
<style>
a { background-color: #903F65; }
a { background-color: rgb(144,63,101); }
div.DivClassName
{
background-color: #903F65;
}
.BgClassName
{
background-color: #903F65;
}
</style>
border-color css
<style>
span { border-color: #903F65; }
span { border-color: rgb(144,63,101); }
td.TdClassName
{
border-color: #903F65;
}
.TagClassName
{
border-color: #903F65;
}
</style>