Shades of Cadillac #954C5E
Tints of Cadillac #954C5E
RGB
CMYK
RGB Variations
Color information
#954C5E (or 0x954C5E) is known color: Cadillac. HEX triplet: 95, 4C and 5E. RGB value is (149,76,94). Sum of RGB (Red+Green+Blue) = 149+76+94=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C5E is #6AB3A1. Grayscale: #636363. Windows color (decimal): -6992802 or 6179989. OLE color: 6179989.
HSL color Cylindrical-coordinate representation of color #954C5E: hue angle of 345.21º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C5E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 94 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.42 |
| HSL | 345.21º | 0.32% | 0.44% | - |
| HSV(B) | 345.21º | 0.49% | 0.58% | - |
| XYZ | 17 | 12.37 | 12.08 | - |
| YUV | 99.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 94 | 0 | 0.49 | 0.37 | 0.42 | 345.21 | 0.32 | 0.44 |
| Hex | 95 | 4C | 5E | 0 | 31 | 25 | 2A | 159 | 20 | 2C |
| Octal | 225 | 114 | 136 | 0 | 61 | 45 | 52 | 531 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1011110 | 0 | 110001 | 100101 | 101010 | 101011001 | 100000 | 101100 |
Color Harmonies of #954C5E
Complementary color
Monochromatic Colors of #954C5E
Black with #954C5E
Text Example
Text Example
White with #954C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C5E; }
p { color: rgb(149,76,94); }
H1.HeaderClassName
{
color: #954C5E;
}
.AnyTagClassName
{
color: #954C5E;
}
</style>
background-color css
<style>
a { background-color: #954C5E; }
a { background-color: rgb(149,76,94); }
div.DivClassName
{
background-color: #954C5E;
}
.BgClassName
{
background-color: #954C5E;
}
</style>
border-color css
<style>
span { border-color: #954C5E; }
span { border-color: rgb(149,76,94); }
td.TdClassName
{
border-color: #954C5E;
}
.TagClassName
{
border-color: #954C5E;
}
</style>