Shades of Cadillac #914664
Tints of Cadillac #914664
RGB
CMYK
RGB Variations
Color information
#914664 (or 0x914664) is known color: Cadillac. HEX triplet: 91, 46 and 64. RGB value is (145,70,100). Sum of RGB (Red+Green+Blue) = 145+70+100=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #914664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914664 is #6EB99B. Grayscale: #5F5F5F. Windows color (decimal): -7256476 or 6571665. OLE color: 6571665.
HSL color Cylindrical-coordinate representation of color #914664: hue angle of 336º 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 #914664 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 70 | 100 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.43 |
| HSL | 336º | 0.35% | 0.42% | - |
| HSV(B) | 336º | 0.52% | 0.57% | - |
| XYZ | 16.17 | 11.32 | 13.39 | - |
| YUV | 95.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 100 | 0 | 0.52 | 0.31 | 0.43 | 336 | 0.35 | 0.42 |
| Hex | 91 | 46 | 64 | 0 | 34 | 1F | 2B | 150 | 23 | 2A |
| Octal | 221 | 106 | 144 | 0 | 64 | 37 | 53 | 520 | 43 | 52 |
| Binary | 10010001 | 1000110 | 1100100 | 0 | 110100 | 11111 | 101011 | 101010000 | 100011 | 101010 |
Color Harmonies of #914664
Complementary color
Monochromatic Colors of #914664
Black with #914664
Text Example
Text Example
White with #914664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914664; }
p { color: rgb(145,70,100); }
H1.HeaderClassName
{
color: #914664;
}
.AnyTagClassName
{
color: #914664;
}
</style>
background-color css
<style>
a { background-color: #914664; }
a { background-color: rgb(145,70,100); }
div.DivClassName
{
background-color: #914664;
}
.BgClassName
{
background-color: #914664;
}
</style>
border-color css
<style>
span { border-color: #914664; }
span { border-color: rgb(145,70,100); }
td.TdClassName
{
border-color: #914664;
}
.TagClassName
{
border-color: #914664;
}
</style>