Shades of Cadillac #914C58
Tints of Cadillac #914C58
RGB
CMYK
RGB Variations
Color information
#914C58 (or 0x914C58) is known color: Cadillac. HEX triplet: 91, 4C and 58. RGB value is (145,76,88). Sum of RGB (Red+Green+Blue) = 145+76+88=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #914C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C58 is #6EB3A7. Grayscale: #626262. Windows color (decimal): -7254952 or 5786769. OLE color: 5786769.
HSL color Cylindrical-coordinate representation of color #914C58: hue angle of 349.57º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914C58 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 88 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.43 |
| HSL | 349.57º | 0.31% | 0.43% | - |
| HSV(B) | 349.57º | 0.48% | 0.57% | - |
| XYZ | 16.02 | 11.89 | 10.68 | - |
| YUV | 98 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 88 | 0 | 0.48 | 0.39 | 0.43 | 349.57 | 0.31 | 0.43 |
| Hex | 91 | 4C | 58 | 0 | 30 | 27 | 2B | 15E | 1F | 2B |
| Octal | 221 | 114 | 130 | 0 | 60 | 47 | 53 | 536 | 37 | 53 |
| Binary | 10010001 | 1001100 | 1011000 | 0 | 110000 | 100111 | 101011 | 101011110 | 11111 | 101011 |
Color Harmonies of #914C58
Complementary color
Monochromatic Colors of #914C58
Black with #914C58
Text Example
Text Example
White with #914C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C58; }
p { color: rgb(145,76,88); }
H1.HeaderClassName
{
color: #914C58;
}
.AnyTagClassName
{
color: #914C58;
}
</style>
background-color css
<style>
a { background-color: #914C58; }
a { background-color: rgb(145,76,88); }
div.DivClassName
{
background-color: #914C58;
}
.BgClassName
{
background-color: #914C58;
}
</style>
border-color css
<style>
span { border-color: #914C58; }
span { border-color: rgb(145,76,88); }
td.TdClassName
{
border-color: #914C58;
}
.TagClassName
{
border-color: #914C58;
}
</style>