Shades of Cadillac #954463
Tints of Cadillac #954463
RGB
CMYK
RGB Variations
Color information
#954463 (or 0x954463) is known color: Cadillac. HEX triplet: 95, 44 and 63. RGB value is (149,68,99). Sum of RGB (Red+Green+Blue) = 149+68+99=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #954463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954463 is #6ABB9C. Grayscale: #5F5F5F. Windows color (decimal): -6994845 or 6505621. OLE color: 6505621.
HSL color Cylindrical-coordinate representation of color #954463: hue angle of 337.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954463 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 99 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.42 |
| HSL | 337.04º | 0.37% | 0.43% | - |
| HSV(B) | 337.04º | 0.54% | 0.58% | - |
| XYZ | 16.71 | 11.42 | 13.13 | - |
| YUV | 95.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 99 | 0 | 0.54 | 0.34 | 0.42 | 337.04 | 0.37 | 0.43 |
| Hex | 95 | 44 | 63 | 0 | 36 | 22 | 2A | 151 | 25 | 2B |
| Octal | 225 | 104 | 143 | 0 | 66 | 42 | 52 | 521 | 45 | 53 |
| Binary | 10010101 | 1000100 | 1100011 | 0 | 110110 | 100010 | 101010 | 101010001 | 100101 | 101011 |
Color Harmonies of #954463
Complementary color
Monochromatic Colors of #954463
Black with #954463
Text Example
Text Example
White with #954463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954463; }
p { color: rgb(149,68,99); }
H1.HeaderClassName
{
color: #954463;
}
.AnyTagClassName
{
color: #954463;
}
</style>
background-color css
<style>
a { background-color: #954463; }
a { background-color: rgb(149,68,99); }
div.DivClassName
{
background-color: #954463;
}
.BgClassName
{
background-color: #954463;
}
</style>
border-color css
<style>
span { border-color: #954463; }
span { border-color: rgb(149,68,99); }
td.TdClassName
{
border-color: #954463;
}
.TagClassName
{
border-color: #954463;
}
</style>