Shades of Cadillac #914562
Tints of Cadillac #914562
RGB
CMYK
RGB Variations
Color information
#914562 (or 0x914562) is known color: Cadillac. HEX triplet: 91, 45 and 62. RGB value is (145,69,98). Sum of RGB (Red+Green+Blue) = 145+69+98=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #914562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914562 is #6EBA9D. Grayscale: #5E5E5E. Windows color (decimal): -7256734 or 6440337. OLE color: 6440337.
HSL color Cylindrical-coordinate representation of color #914562: hue angle of 337.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914562 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 98 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.43 |
| HSL | 337.11º | 0.36% | 0.42% | - |
| HSV(B) | 337.11º | 0.52% | 0.57% | - |
| XYZ | 16.01 | 11.16 | 12.87 | - |
| YUV | 95.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 98 | 0 | 0.52 | 0.32 | 0.43 | 337.11 | 0.36 | 0.42 |
| Hex | 91 | 45 | 62 | 0 | 34 | 20 | 2B | 151 | 24 | 2A |
| Octal | 221 | 105 | 142 | 0 | 64 | 40 | 53 | 521 | 44 | 52 |
| Binary | 10010001 | 1000101 | 1100010 | 0 | 110100 | 100000 | 101011 | 101010001 | 100100 | 101010 |
Color Harmonies of #914562
Complementary color
Monochromatic Colors of #914562
Black with #914562
Text Example
Text Example
White with #914562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914562; }
p { color: rgb(145,69,98); }
H1.HeaderClassName
{
color: #914562;
}
.AnyTagClassName
{
color: #914562;
}
</style>
background-color css
<style>
a { background-color: #914562; }
a { background-color: rgb(145,69,98); }
div.DivClassName
{
background-color: #914562;
}
.BgClassName
{
background-color: #914562;
}
</style>
border-color css
<style>
span { border-color: #914562; }
span { border-color: rgb(145,69,98); }
td.TdClassName
{
border-color: #914562;
}
.TagClassName
{
border-color: #914562;
}
</style>