Shades of Cadillac #954565
Tints of Cadillac #954565
RGB
CMYK
RGB Variations
Color information
#954565 (or 0x954565) is known color: Cadillac. HEX triplet: 95, 45 and 65. RGB value is (149,69,101). Sum of RGB (Red+Green+Blue) = 149+69+101=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954565 is #6ABA9A. Grayscale: #606060. Windows color (decimal): -6994587 or 6636949. OLE color: 6636949.
HSL color Cylindrical-coordinate representation of color #954565: hue angle of 336º 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 #954565 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 101 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.42 |
| HSL | 336º | 0.37% | 0.43% | - |
| HSV(B) | 336º | 0.54% | 0.58% | - |
| XYZ | 16.87 | 11.59 | 13.66 | - |
| YUV | 96.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 101 | 0 | 0.54 | 0.32 | 0.42 | 336 | 0.37 | 0.43 |
| Hex | 95 | 45 | 65 | 0 | 36 | 20 | 2A | 150 | 25 | 2B |
| Octal | 225 | 105 | 145 | 0 | 66 | 40 | 52 | 520 | 45 | 53 |
| Binary | 10010101 | 1000101 | 1100101 | 0 | 110110 | 100000 | 101010 | 101010000 | 100101 | 101011 |
Color Harmonies of #954565
Complementary color
Monochromatic Colors of #954565
Black with #954565
Text Example
Text Example
White with #954565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954565; }
p { color: rgb(149,69,101); }
H1.HeaderClassName
{
color: #954565;
}
.AnyTagClassName
{
color: #954565;
}
</style>
background-color css
<style>
a { background-color: #954565; }
a { background-color: rgb(149,69,101); }
div.DivClassName
{
background-color: #954565;
}
.BgClassName
{
background-color: #954565;
}
</style>
border-color css
<style>
span { border-color: #954565; }
span { border-color: rgb(149,69,101); }
td.TdClassName
{
border-color: #954565;
}
.TagClassName
{
border-color: #954565;
}
</style>