Shades of Cadillac #904263
Tints of Cadillac #904263
RGB
CMYK
RGB Variations
Color information
#904263 (or 0x904263) is known color: Cadillac. HEX triplet: 90, 42 and 63. RGB value is (144,66,99). Sum of RGB (Red+Green+Blue) = 144+66+99=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #904263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904263 is #6FBD9C. Grayscale: #5D5D5D. Windows color (decimal): -7323037 or 6505104. OLE color: 6505104.
HSL color Cylindrical-coordinate representation of color #904263: hue angle of 334.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904263 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 99 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.44 |
| HSL | 334.62º | 0.37% | 0.41% | - |
| HSV(B) | 334.62º | 0.54% | 0.56% | - |
| XYZ | 15.7 | 10.73 | 13.05 | - |
| YUV | 93.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 99 | 0 | 0.54 | 0.31 | 0.44 | 334.62 | 0.37 | 0.41 |
| Hex | 90 | 42 | 63 | 0 | 36 | 1F | 2C | 14F | 25 | 29 |
| Octal | 220 | 102 | 143 | 0 | 66 | 37 | 54 | 517 | 45 | 51 |
| Binary | 10010000 | 1000010 | 1100011 | 0 | 110110 | 11111 | 101100 | 101001111 | 100101 | 101001 |
Color Harmonies of #904263
Complementary color
Monochromatic Colors of #904263
Black with #904263
Text Example
Text Example
White with #904263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904263; }
p { color: rgb(144,66,99); }
H1.HeaderClassName
{
color: #904263;
}
.AnyTagClassName
{
color: #904263;
}
</style>
background-color css
<style>
a { background-color: #904263; }
a { background-color: rgb(144,66,99); }
div.DivClassName
{
background-color: #904263;
}
.BgClassName
{
background-color: #904263;
}
</style>
border-color css
<style>
span { border-color: #904263; }
span { border-color: rgb(144,66,99); }
td.TdClassName
{
border-color: #904263;
}
.TagClassName
{
border-color: #904263;
}
</style>