Shades of Cadillac #914656
Tints of Cadillac #914656
RGB
CMYK
RGB Variations
Color information
#914656 (or 0x914656) is known color: Cadillac. HEX triplet: 91, 46 and 56. RGB value is (145,70,86). Sum of RGB (Red+Green+Blue) = 145+70+86=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #914656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914656 is #6EB9A9. Grayscale: #5E5E5E. Windows color (decimal): -7256490 or 5654161. OLE color: 5654161.
HSL color Cylindrical-coordinate representation of color #914656: hue angle of 347.2º 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 #914656 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 70 | 86 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.43 |
| HSL | 347.2º | 0.35% | 0.42% | - |
| HSV(B) | 347.2º | 0.52% | 0.57% | - |
| XYZ | 15.55 | 11.07 | 10.12 | - |
| YUV | 94.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 86 | 0 | 0.52 | 0.41 | 0.43 | 347.2 | 0.35 | 0.42 |
| Hex | 91 | 46 | 56 | 0 | 34 | 29 | 2B | 15B | 23 | 2A |
| Octal | 221 | 106 | 126 | 0 | 64 | 51 | 53 | 533 | 43 | 52 |
| Binary | 10010001 | 1000110 | 1010110 | 0 | 110100 | 101001 | 101011 | 101011011 | 100011 | 101010 |
Color Harmonies of #914656
Complementary color
Monochromatic Colors of #914656
Black with #914656
Text Example
Text Example
White with #914656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914656; }
p { color: rgb(145,70,86); }
H1.HeaderClassName
{
color: #914656;
}
.AnyTagClassName
{
color: #914656;
}
</style>
background-color css
<style>
a { background-color: #914656; }
a { background-color: rgb(145,70,86); }
div.DivClassName
{
background-color: #914656;
}
.BgClassName
{
background-color: #914656;
}
</style>
border-color css
<style>
span { border-color: #914656; }
span { border-color: rgb(145,70,86); }
td.TdClassName
{
border-color: #914656;
}
.TagClassName
{
border-color: #914656;
}
</style>