Shades of Cadillac #913C63
Tints of Cadillac #913C63
RGB
CMYK
RGB Variations
Color information
#913C63 (or 0x913C63) is known color: Cadillac. HEX triplet: 91, 3C and 63. RGB value is (145,60,99). Sum of RGB (Red+Green+Blue) = 145+60+99=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #913C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913C63 is #6EC39C. Grayscale: #595959. Windows color (decimal): -7259037 or 6503569. OLE color: 6503569.
HSL color Cylindrical-coordinate representation of color #913C63: hue angle of 332.47º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913C63 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 99 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.43 |
| HSL | 332.47º | 0.41% | 0.4% | - |
| HSV(B) | 332.47º | 0.59% | 0.57% | - |
| XYZ | 15.55 | 10.15 | 12.94 | - |
| YUV | 89.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 99 | 0 | 0.59 | 0.32 | 0.43 | 332.47 | 0.41 | 0.4 |
| Hex | 91 | 3C | 63 | 0 | 3B | 20 | 2B | 14C | 29 | 28 |
| Octal | 221 | 74 | 143 | 0 | 73 | 40 | 53 | 514 | 51 | 50 |
| Binary | 10010001 | 111100 | 1100011 | 0 | 111011 | 100000 | 101011 | 101001100 | 101001 | 101000 |
Color Harmonies of #913C63
Complementary color
Monochromatic Colors of #913C63
Black with #913C63
Text Example
Text Example
White with #913C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C63; }
p { color: rgb(145,60,99); }
H1.HeaderClassName
{
color: #913C63;
}
.AnyTagClassName
{
color: #913C63;
}
</style>
background-color css
<style>
a { background-color: #913C63; }
a { background-color: rgb(145,60,99); }
div.DivClassName
{
background-color: #913C63;
}
.BgClassName
{
background-color: #913C63;
}
</style>
border-color css
<style>
span { border-color: #913C63; }
span { border-color: rgb(145,60,99); }
td.TdClassName
{
border-color: #913C63;
}
.TagClassName
{
border-color: #913C63;
}
</style>