Shades of Cadillac #904166
Tints of Cadillac #904166
RGB
CMYK
RGB Variations
Color information
#904166 (or 0x904166) is known color: Cadillac. HEX triplet: 90, 41 and 66. RGB value is (144,65,102). Sum of RGB (Red+Green+Blue) = 144+65+102=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #904166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904166 is #6FBE99. Grayscale: #5C5C5C. Windows color (decimal): -7323290 or 6701456. OLE color: 6701456.
HSL color Cylindrical-coordinate representation of color #904166: hue angle of 331.9º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904166 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 102 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.44 |
| HSL | 331.9º | 0.38% | 0.41% | - |
| HSV(B) | 331.9º | 0.55% | 0.56% | - |
| XYZ | 15.79 | 10.67 | 13.8 | - |
| YUV | 92.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 102 | 0 | 0.55 | 0.29 | 0.44 | 331.9 | 0.38 | 0.41 |
| Hex | 90 | 41 | 66 | 0 | 37 | 1D | 2C | 14C | 26 | 29 |
| Octal | 220 | 101 | 146 | 0 | 67 | 35 | 54 | 514 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1100110 | 0 | 110111 | 11101 | 101100 | 101001100 | 100110 | 101001 |
Color Harmonies of #904166
Complementary color
Monochromatic Colors of #904166
Black with #904166
Text Example
Text Example
White with #904166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904166; }
p { color: rgb(144,65,102); }
H1.HeaderClassName
{
color: #904166;
}
.AnyTagClassName
{
color: #904166;
}
</style>
background-color css
<style>
a { background-color: #904166; }
a { background-color: rgb(144,65,102); }
div.DivClassName
{
background-color: #904166;
}
.BgClassName
{
background-color: #904166;
}
</style>
border-color css
<style>
span { border-color: #904166; }
span { border-color: rgb(144,65,102); }
td.TdClassName
{
border-color: #904166;
}
.TagClassName
{
border-color: #904166;
}
</style>