Shades of Cadillac #913E66
Tints of Cadillac #913E66
RGB
CMYK
RGB Variations
Color information
#913E66 (or 0x913E66) is known color: Cadillac. HEX triplet: 91, 3E and 66. RGB value is (145,62,102). Sum of RGB (Red+Green+Blue) = 145+62+102=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #913E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913E66 is #6EC199. Grayscale: #5B5B5B. Windows color (decimal): -7258522 or 6700689. OLE color: 6700689.
HSL color Cylindrical-coordinate representation of color #913E66: hue angle of 331.08º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #913E66 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 102 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.43 |
| HSL | 331.08º | 0.4% | 0.41% | - |
| HSV(B) | 331.08º | 0.57% | 0.57% | - |
| XYZ | 15.8 | 10.42 | 13.75 | - |
| YUV | 91.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 102 | 0 | 0.57 | 0.30 | 0.43 | 331.08 | 0.4 | 0.41 |
| Hex | 91 | 3E | 66 | 0 | 39 | 1E | 2B | 14B | 28 | 29 |
| Octal | 221 | 76 | 146 | 0 | 71 | 36 | 53 | 513 | 50 | 51 |
| Binary | 10010001 | 111110 | 1100110 | 0 | 111001 | 11110 | 101011 | 101001011 | 101000 | 101001 |
Color Harmonies of #913E66
Complementary color
Monochromatic Colors of #913E66
Black with #913E66
Text Example
Text Example
White with #913E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E66; }
p { color: rgb(145,62,102); }
H1.HeaderClassName
{
color: #913E66;
}
.AnyTagClassName
{
color: #913E66;
}
</style>
background-color css
<style>
a { background-color: #913E66; }
a { background-color: rgb(145,62,102); }
div.DivClassName
{
background-color: #913E66;
}
.BgClassName
{
background-color: #913E66;
}
</style>
border-color css
<style>
span { border-color: #913E66; }
span { border-color: rgb(145,62,102); }
td.TdClassName
{
border-color: #913E66;
}
.TagClassName
{
border-color: #913E66;
}
</style>