Shades of Cadillac #954465
Tints of Cadillac #954465
RGB
CMYK
RGB Variations
Color information
#954465 (or 0x954465) is known color: Cadillac. HEX triplet: 95, 44 and 65. RGB value is (149,68,101). Sum of RGB (Red+Green+Blue) = 149+68+101=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954465 is #6ABB9A. Grayscale: #5F5F5F. Windows color (decimal): -6994843 or 6636693. OLE color: 6636693.
HSL color Cylindrical-coordinate representation of color #954465: hue angle of 335.56º 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 #954465 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 101 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.42 |
| HSL | 335.56º | 0.37% | 0.43% | - |
| HSV(B) | 335.56º | 0.54% | 0.58% | - |
| XYZ | 16.81 | 11.46 | 13.64 | - |
| YUV | 95.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 101 | 0 | 0.54 | 0.32 | 0.42 | 335.56 | 0.37 | 0.43 |
| Hex | 95 | 44 | 65 | 0 | 36 | 20 | 2A | 150 | 25 | 2B |
| Octal | 225 | 104 | 145 | 0 | 66 | 40 | 52 | 520 | 45 | 53 |
| Binary | 10010101 | 1000100 | 1100101 | 0 | 110110 | 100000 | 101010 | 101010000 | 100101 | 101011 |
Color Harmonies of #954465
Complementary color
Monochromatic Colors of #954465
Black with #954465
Text Example
Text Example
White with #954465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954465; }
p { color: rgb(149,68,101); }
H1.HeaderClassName
{
color: #954465;
}
.AnyTagClassName
{
color: #954465;
}
</style>
background-color css
<style>
a { background-color: #954465; }
a { background-color: rgb(149,68,101); }
div.DivClassName
{
background-color: #954465;
}
.BgClassName
{
background-color: #954465;
}
</style>
border-color css
<style>
span { border-color: #954465; }
span { border-color: rgb(149,68,101); }
td.TdClassName
{
border-color: #954465;
}
.TagClassName
{
border-color: #954465;
}
</style>