Shades of Cadillac #914A56
Tints of Cadillac #914A56
RGB
CMYK
RGB Variations
Color information
#914A56 (or 0x914A56) is known color: Cadillac. HEX triplet: 91, 4A and 56. RGB value is (145,74,86). Sum of RGB (Red+Green+Blue) = 145+74+86=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #914A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914A56 is #6EB5A9. Grayscale: #606060. Windows color (decimal): -7255466 or 5655185. OLE color: 5655185.
HSL color Cylindrical-coordinate representation of color #914A56: hue angle of 349.86º 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 #914A56 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 86 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.43 |
| HSL | 349.86º | 0.32% | 0.43% | - |
| HSV(B) | 349.86º | 0.49% | 0.57% | - |
| XYZ | 15.81 | 11.59 | 10.21 | - |
| YUV | 96.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 86 | 0 | 0.49 | 0.41 | 0.43 | 349.86 | 0.32 | 0.43 |
| Hex | 91 | 4A | 56 | 0 | 31 | 29 | 2B | 15E | 20 | 2B |
| Octal | 221 | 112 | 126 | 0 | 61 | 51 | 53 | 536 | 40 | 53 |
| Binary | 10010001 | 1001010 | 1010110 | 0 | 110001 | 101001 | 101011 | 101011110 | 100000 | 101011 |
Color Harmonies of #914A56
Complementary color
Monochromatic Colors of #914A56
Black with #914A56
Text Example
Text Example
White with #914A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A56; }
p { color: rgb(145,74,86); }
H1.HeaderClassName
{
color: #914A56;
}
.AnyTagClassName
{
color: #914A56;
}
</style>
background-color css
<style>
a { background-color: #914A56; }
a { background-color: rgb(145,74,86); }
div.DivClassName
{
background-color: #914A56;
}
.BgClassName
{
background-color: #914A56;
}
</style>
border-color css
<style>
span { border-color: #914A56; }
span { border-color: rgb(145,74,86); }
td.TdClassName
{
border-color: #914A56;
}
.TagClassName
{
border-color: #914A56;
}
</style>