Shades of Cadillac #914465
Tints of Cadillac #914465
RGB
CMYK
RGB Variations
Color information
#914465 (or 0x914465) is known color: Cadillac. HEX triplet: 91, 44 and 65. RGB value is (145,68,101). Sum of RGB (Red+Green+Blue) = 145+68+101=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #914465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914465 is #6EBB9A. Grayscale: #5E5E5E. Windows color (decimal): -7256987 or 6636689. OLE color: 6636689.
HSL color Cylindrical-coordinate representation of color #914465: hue angle of 334.29º 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 #914465 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 68 | 101 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.43 |
| HSL | 334.29º | 0.36% | 0.42% | - |
| HSV(B) | 334.29º | 0.53% | 0.57% | - |
| XYZ | 16.09 | 11.09 | 13.6 | - |
| YUV | 94.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 101 | 0 | 0.53 | 0.30 | 0.43 | 334.29 | 0.36 | 0.42 |
| Hex | 91 | 44 | 65 | 0 | 35 | 1E | 2B | 14E | 24 | 2A |
| Octal | 221 | 104 | 145 | 0 | 65 | 36 | 53 | 516 | 44 | 52 |
| Binary | 10010001 | 1000100 | 1100101 | 0 | 110101 | 11110 | 101011 | 101001110 | 100100 | 101010 |
Color Harmonies of #914465
Complementary color
Monochromatic Colors of #914465
Black with #914465
Text Example
Text Example
White with #914465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914465; }
p { color: rgb(145,68,101); }
H1.HeaderClassName
{
color: #914465;
}
.AnyTagClassName
{
color: #914465;
}
</style>
background-color css
<style>
a { background-color: #914465; }
a { background-color: rgb(145,68,101); }
div.DivClassName
{
background-color: #914465;
}
.BgClassName
{
background-color: #914465;
}
</style>
border-color css
<style>
span { border-color: #914465; }
span { border-color: rgb(145,68,101); }
td.TdClassName
{
border-color: #914465;
}
.TagClassName
{
border-color: #914465;
}
</style>