Shades of Cadillac #914456
Tints of Cadillac #914456
RGB
CMYK
RGB Variations
Color information
#914456 (or 0x914456) is known color: Cadillac. HEX triplet: 91, 44 and 56. RGB value is (145,68,86). Sum of RGB (Red+Green+Blue) = 145+68+86=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #914456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914456 is #6EBBA9. Grayscale: #5D5D5D. Windows color (decimal): -7257002 or 5653649. OLE color: 5653649.
HSL color Cylindrical-coordinate representation of color #914456: hue angle of 345.97º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914456 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 68 | 86 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.43 |
| HSL | 345.97º | 0.36% | 0.42% | - |
| HSV(B) | 345.97º | 0.53% | 0.57% | - |
| XYZ | 15.42 | 10.83 | 10.08 | - |
| YUV | 93.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 86 | 0 | 0.53 | 0.41 | 0.43 | 345.97 | 0.36 | 0.42 |
| Hex | 91 | 44 | 56 | 0 | 35 | 29 | 2B | 15A | 24 | 2A |
| Octal | 221 | 104 | 126 | 0 | 65 | 51 | 53 | 532 | 44 | 52 |
| Binary | 10010001 | 1000100 | 1010110 | 0 | 110101 | 101001 | 101011 | 101011010 | 100100 | 101010 |
Color Harmonies of #914456
Complementary color
Monochromatic Colors of #914456
Black with #914456
Text Example
Text Example
White with #914456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914456; }
p { color: rgb(145,68,86); }
H1.HeaderClassName
{
color: #914456;
}
.AnyTagClassName
{
color: #914456;
}
</style>
background-color css
<style>
a { background-color: #914456; }
a { background-color: rgb(145,68,86); }
div.DivClassName
{
background-color: #914456;
}
.BgClassName
{
background-color: #914456;
}
</style>
border-color css
<style>
span { border-color: #914456; }
span { border-color: rgb(145,68,86); }
td.TdClassName
{
border-color: #914456;
}
.TagClassName
{
border-color: #914456;
}
</style>