Shades of Cadillac #913C64
Tints of Cadillac #913C64
RGB
CMYK
RGB Variations
Color information
#913C64 (or 0x913C64) is known color: Cadillac. HEX triplet: 91, 3C and 64. RGB value is (145,60,100). Sum of RGB (Red+Green+Blue) = 145+60+100=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #913C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913C64 is #6EC39B. Grayscale: #595959. Windows color (decimal): -7259036 or 6569105. OLE color: 6569105.
HSL color Cylindrical-coordinate representation of color #913C64: hue angle of 331.76º 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 #913C64 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 100 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.43 |
| HSL | 331.76º | 0.41% | 0.4% | - |
| HSV(B) | 331.76º | 0.59% | 0.57% | - |
| XYZ | 15.59 | 10.17 | 13.2 | - |
| YUV | 89.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 100 | 0 | 0.59 | 0.31 | 0.43 | 331.76 | 0.41 | 0.4 |
| Hex | 91 | 3C | 64 | 0 | 3B | 1F | 2B | 14C | 29 | 28 |
| Octal | 221 | 74 | 144 | 0 | 73 | 37 | 53 | 514 | 51 | 50 |
| Binary | 10010001 | 111100 | 1100100 | 0 | 111011 | 11111 | 101011 | 101001100 | 101001 | 101000 |
Color Harmonies of #913C64
Complementary color
Monochromatic Colors of #913C64
Black with #913C64
Text Example
Text Example
White with #913C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C64; }
p { color: rgb(145,60,100); }
H1.HeaderClassName
{
color: #913C64;
}
.AnyTagClassName
{
color: #913C64;
}
</style>
background-color css
<style>
a { background-color: #913C64; }
a { background-color: rgb(145,60,100); }
div.DivClassName
{
background-color: #913C64;
}
.BgClassName
{
background-color: #913C64;
}
</style>
border-color css
<style>
span { border-color: #913C64; }
span { border-color: rgb(145,60,100); }
td.TdClassName
{
border-color: #913C64;
}
.TagClassName
{
border-color: #913C64;
}
</style>