Shades of Cadillac #914A60
Tints of Cadillac #914A60
RGB
CMYK
RGB Variations
Color information
#914A60 (or 0x914A60) is known color: Cadillac. HEX triplet: 91, 4A and 60. RGB value is (145,74,96). Sum of RGB (Red+Green+Blue) = 145+74+96=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #914A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914A60 is #6EB59F. Grayscale: #616161. Windows color (decimal): -7255456 or 6310545. OLE color: 6310545.
HSL color Cylindrical-coordinate representation of color #914A60: hue angle of 341.41º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #914A60 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 96 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.43 |
| HSL | 341.41º | 0.32% | 0.43% | - |
| HSV(B) | 341.41º | 0.49% | 0.57% | - |
| XYZ | 16.24 | 11.76 | 12.48 | - |
| YUV | 97.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 96 | 0 | 0.49 | 0.34 | 0.43 | 341.41 | 0.32 | 0.43 |
| Hex | 91 | 4A | 60 | 0 | 31 | 22 | 2B | 155 | 20 | 2B |
| Octal | 221 | 112 | 140 | 0 | 61 | 42 | 53 | 525 | 40 | 53 |
| Binary | 10010001 | 1001010 | 1100000 | 0 | 110001 | 100010 | 101011 | 101010101 | 100000 | 101011 |
Color Harmonies of #914A60
Complementary color
Monochromatic Colors of #914A60
Black with #914A60
Text Example
Text Example
White with #914A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A60; }
p { color: rgb(145,74,96); }
H1.HeaderClassName
{
color: #914A60;
}
.AnyTagClassName
{
color: #914A60;
}
</style>
background-color css
<style>
a { background-color: #914A60; }
a { background-color: rgb(145,74,96); }
div.DivClassName
{
background-color: #914A60;
}
.BgClassName
{
background-color: #914A60;
}
</style>
border-color css
<style>
span { border-color: #914A60; }
span { border-color: rgb(145,74,96); }
td.TdClassName
{
border-color: #914A60;
}
.TagClassName
{
border-color: #914A60;
}
</style>