Shades of Cadillac #914658
Tints of Cadillac #914658
RGB
CMYK
RGB Variations
Color information
#914658 (or 0x914658) is known color: Cadillac. HEX triplet: 91, 46 and 58. RGB value is (145,70,88). Sum of RGB (Red+Green+Blue) = 145+70+88=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #914658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914658 is #6EB9A7. Grayscale: #5E5E5E. Windows color (decimal): -7256488 or 5785233. OLE color: 5785233.
HSL color Cylindrical-coordinate representation of color #914658: hue angle of 345.6º degrees, saturation: 0.35, 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 #914658 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 70 | 88 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.43 |
| HSL | 345.6º | 0.35% | 0.42% | - |
| HSV(B) | 345.6º | 0.52% | 0.57% | - |
| XYZ | 15.63 | 11.1 | 10.55 | - |
| YUV | 94.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 88 | 0 | 0.52 | 0.39 | 0.43 | 345.6 | 0.35 | 0.42 |
| Hex | 91 | 46 | 58 | 0 | 34 | 27 | 2B | 15A | 23 | 2A |
| Octal | 221 | 106 | 130 | 0 | 64 | 47 | 53 | 532 | 43 | 52 |
| Binary | 10010001 | 1000110 | 1011000 | 0 | 110100 | 100111 | 101011 | 101011010 | 100011 | 101010 |
Color Harmonies of #914658
Complementary color
Monochromatic Colors of #914658
Black with #914658
Text Example
Text Example
White with #914658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914658; }
p { color: rgb(145,70,88); }
H1.HeaderClassName
{
color: #914658;
}
.AnyTagClassName
{
color: #914658;
}
</style>
background-color css
<style>
a { background-color: #914658; }
a { background-color: rgb(145,70,88); }
div.DivClassName
{
background-color: #914658;
}
.BgClassName
{
background-color: #914658;
}
</style>
border-color css
<style>
span { border-color: #914658; }
span { border-color: rgb(145,70,88); }
td.TdClassName
{
border-color: #914658;
}
.TagClassName
{
border-color: #914658;
}
</style>