Shades of Cadillac #914758
Tints of Cadillac #914758
RGB
CMYK
RGB Variations
Color information
#914758 (or 0x914758) is known color: Cadillac. HEX triplet: 91, 47 and 58. RGB value is (145,71,88). Sum of RGB (Red+Green+Blue) = 145+71+88=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #914758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914758 is #6EB8A7. Grayscale: #5F5F5F. Windows color (decimal): -7256232 or 5785489. OLE color: 5785489.
HSL color Cylindrical-coordinate representation of color #914758: hue angle of 346.22º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914758 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 88 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.43 |
| HSL | 346.22º | 0.34% | 0.42% | - |
| HSV(B) | 346.22º | 0.51% | 0.57% | - |
| XYZ | 15.69 | 11.23 | 10.57 | - |
| YUV | 95.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 88 | 0 | 0.51 | 0.39 | 0.43 | 346.22 | 0.34 | 0.42 |
| Hex | 91 | 47 | 58 | 0 | 33 | 27 | 2B | 15A | 22 | 2A |
| Octal | 221 | 107 | 130 | 0 | 63 | 47 | 53 | 532 | 42 | 52 |
| Binary | 10010001 | 1000111 | 1011000 | 0 | 110011 | 100111 | 101011 | 101011010 | 100010 | 101010 |
Color Harmonies of #914758
Complementary color
Monochromatic Colors of #914758
Black with #914758
Text Example
Text Example
White with #914758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914758; }
p { color: rgb(145,71,88); }
H1.HeaderClassName
{
color: #914758;
}
.AnyTagClassName
{
color: #914758;
}
</style>
background-color css
<style>
a { background-color: #914758; }
a { background-color: rgb(145,71,88); }
div.DivClassName
{
background-color: #914758;
}
.BgClassName
{
background-color: #914758;
}
</style>
border-color css
<style>
span { border-color: #914758; }
span { border-color: rgb(145,71,88); }
td.TdClassName
{
border-color: #914758;
}
.TagClassName
{
border-color: #914758;
}
</style>