Shades of Cadillac #914863
Tints of Cadillac #914863
RGB
CMYK
RGB Variations
Color information
#914863 (or 0x914863) is known color: Cadillac. HEX triplet: 91, 48 and 63. RGB value is (145,72,99). Sum of RGB (Red+Green+Blue) = 145+72+99=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #914863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914863 is #6EB79C. Grayscale: #606060. Windows color (decimal): -7255965 or 6506641. OLE color: 6506641.
HSL color Cylindrical-coordinate representation of color #914863: hue angle of 337.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914863 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 99 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.43 |
| HSL | 337.81º | 0.34% | 0.43% | - |
| HSV(B) | 337.81º | 0.5% | 0.57% | - |
| XYZ | 16.25 | 11.56 | 13.18 | - |
| YUV | 96.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 99 | 0 | 0.50 | 0.32 | 0.43 | 337.81 | 0.34 | 0.43 |
| Hex | 91 | 48 | 63 | 0 | 32 | 20 | 2B | 152 | 22 | 2B |
| Octal | 221 | 110 | 143 | 0 | 62 | 40 | 53 | 522 | 42 | 53 |
| Binary | 10010001 | 1001000 | 1100011 | 0 | 110010 | 100000 | 101011 | 101010010 | 100010 | 101011 |
Color Harmonies of #914863
Complementary color
Monochromatic Colors of #914863
Black with #914863
Text Example
Text Example
White with #914863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914863; }
p { color: rgb(145,72,99); }
H1.HeaderClassName
{
color: #914863;
}
.AnyTagClassName
{
color: #914863;
}
</style>
background-color css
<style>
a { background-color: #914863; }
a { background-color: rgb(145,72,99); }
div.DivClassName
{
background-color: #914863;
}
.BgClassName
{
background-color: #914863;
}
</style>
border-color css
<style>
span { border-color: #914863; }
span { border-color: rgb(145,72,99); }
td.TdClassName
{
border-color: #914863;
}
.TagClassName
{
border-color: #914863;
}
</style>