Shades of Cadillac #914462
Tints of Cadillac #914462
RGB
CMYK
RGB Variations
Color information
#914462 (or 0x914462) is known color: Cadillac. HEX triplet: 91, 44 and 62. RGB value is (145,68,98). Sum of RGB (Red+Green+Blue) = 145+68+98=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #914462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914462 is #6EBB9D. Grayscale: #5E5E5E. Windows color (decimal): -7256990 or 6440081. OLE color: 6440081.
HSL color Cylindrical-coordinate representation of color #914462: hue angle of 336.62º 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 #914462 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 68 | 98 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.43 |
| HSL | 336.62º | 0.36% | 0.42% | - |
| HSV(B) | 336.62º | 0.53% | 0.57% | - |
| XYZ | 15.95 | 11.04 | 12.84 | - |
| YUV | 94.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 98 | 0 | 0.53 | 0.32 | 0.43 | 336.62 | 0.36 | 0.42 |
| Hex | 91 | 44 | 62 | 0 | 35 | 20 | 2B | 151 | 24 | 2A |
| Octal | 221 | 104 | 142 | 0 | 65 | 40 | 53 | 521 | 44 | 52 |
| Binary | 10010001 | 1000100 | 1100010 | 0 | 110101 | 100000 | 101011 | 101010001 | 100100 | 101010 |
Color Harmonies of #914462
Complementary color
Monochromatic Colors of #914462
Black with #914462
Text Example
Text Example
White with #914462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914462; }
p { color: rgb(145,68,98); }
H1.HeaderClassName
{
color: #914462;
}
.AnyTagClassName
{
color: #914462;
}
</style>
background-color css
<style>
a { background-color: #914462; }
a { background-color: rgb(145,68,98); }
div.DivClassName
{
background-color: #914462;
}
.BgClassName
{
background-color: #914462;
}
</style>
border-color css
<style>
span { border-color: #914462; }
span { border-color: rgb(145,68,98); }
td.TdClassName
{
border-color: #914462;
}
.TagClassName
{
border-color: #914462;
}
</style>