Shades of Cadillac #954C5B
Tints of Cadillac #954C5B
RGB
CMYK
RGB Variations
Color information
#954C5B (or 0x954C5B) is known color: Cadillac. HEX triplet: 95, 4C and 5B. RGB value is (149,76,91). Sum of RGB (Red+Green+Blue) = 149+76+91=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #954C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C5B is #6AB3A4. Grayscale: #636363. Windows color (decimal): -6992805 or 5983381. OLE color: 5983381.
HSL color Cylindrical-coordinate representation of color #954C5B: hue angle of 347.67º 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 #954C5B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 91 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.42 |
| HSL | 347.67º | 0.32% | 0.44% | - |
| HSV(B) | 347.67º | 0.49% | 0.58% | - |
| XYZ | 16.87 | 12.31 | 11.39 | - |
| YUV | 99.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 91 | 0 | 0.49 | 0.39 | 0.42 | 347.67 | 0.32 | 0.44 |
| Hex | 95 | 4C | 5B | 0 | 31 | 27 | 2A | 15C | 20 | 2C |
| Octal | 225 | 114 | 133 | 0 | 61 | 47 | 52 | 534 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1011011 | 0 | 110001 | 100111 | 101010 | 101011100 | 100000 | 101100 |
Color Harmonies of #954C5B
Complementary color
Monochromatic Colors of #954C5B
Black with #954C5B
Text Example
Text Example
White with #954C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C5B; }
p { color: rgb(149,76,91); }
H1.HeaderClassName
{
color: #954C5B;
}
.AnyTagClassName
{
color: #954C5B;
}
</style>
background-color css
<style>
a { background-color: #954C5B; }
a { background-color: rgb(149,76,91); }
div.DivClassName
{
background-color: #954C5B;
}
.BgClassName
{
background-color: #954C5B;
}
</style>
border-color css
<style>
span { border-color: #954C5B; }
span { border-color: rgb(149,76,91); }
td.TdClassName
{
border-color: #954C5B;
}
.TagClassName
{
border-color: #954C5B;
}
</style>