Shades of Cadillac #913C68
Tints of Cadillac #913C68
RGB
CMYK
RGB Variations
Color information
#913C68 (or 0x913C68) is known color: Cadillac. HEX triplet: 91, 3C and 68. RGB value is (145,60,104). Sum of RGB (Red+Green+Blue) = 145+60+104=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #913C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913C68 is #6EC397. Grayscale: #5A5A5A. Windows color (decimal): -7259032 or 6831249. OLE color: 6831249.
HSL color Cylindrical-coordinate representation of color #913C68: hue angle of 328.94º 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 #913C68 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 104 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.43 |
| HSL | 328.94º | 0.41% | 0.4% | - |
| HSV(B) | 328.94º | 0.59% | 0.57% | - |
| XYZ | 15.79 | 10.25 | 14.24 | - |
| YUV | 90.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 104 | 0 | 0.59 | 0.28 | 0.43 | 328.94 | 0.41 | 0.4 |
| Hex | 91 | 3C | 68 | 0 | 3B | 1C | 2B | 149 | 29 | 28 |
| Octal | 221 | 74 | 150 | 0 | 73 | 34 | 53 | 511 | 51 | 50 |
| Binary | 10010001 | 111100 | 1101000 | 0 | 111011 | 11100 | 101011 | 101001001 | 101001 | 101000 |
Color Harmonies of #913C68
Complementary color
Monochromatic Colors of #913C68
Black with #913C68
Text Example
Text Example
White with #913C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C68; }
p { color: rgb(145,60,104); }
H1.HeaderClassName
{
color: #913C68;
}
.AnyTagClassName
{
color: #913C68;
}
</style>
background-color css
<style>
a { background-color: #913C68; }
a { background-color: rgb(145,60,104); }
div.DivClassName
{
background-color: #913C68;
}
.BgClassName
{
background-color: #913C68;
}
</style>
border-color css
<style>
span { border-color: #913C68; }
span { border-color: rgb(145,60,104); }
td.TdClassName
{
border-color: #913C68;
}
.TagClassName
{
border-color: #913C68;
}
</style>