Shades of Cadillac #954B5E
Tints of Cadillac #954B5E
RGB
CMYK
RGB Variations
Color information
#954B5E (or 0x954B5E) is known color: Cadillac. HEX triplet: 95, 4B and 5E. RGB value is (149,75,94). Sum of RGB (Red+Green+Blue) = 149+75+94=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B5E is #6AB4A1. Grayscale: #636363. Windows color (decimal): -6993058 or 6179733. OLE color: 6179733.
HSL color Cylindrical-coordinate representation of color #954B5E: hue angle of 344.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B5E is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 94 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.42 |
| HSL | 344.59º | 0.33% | 0.44% | - |
| HSV(B) | 344.59º | 0.5% | 0.58% | - |
| XYZ | 16.93 | 12.23 | 12.06 | - |
| YUV | 99.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 94 | 0 | 0.50 | 0.37 | 0.42 | 344.59 | 0.33 | 0.44 |
| Hex | 95 | 4B | 5E | 0 | 32 | 25 | 2A | 159 | 21 | 2C |
| Octal | 225 | 113 | 136 | 0 | 62 | 45 | 52 | 531 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1011110 | 0 | 110010 | 100101 | 101010 | 101011001 | 100001 | 101100 |
Color Harmonies of #954B5E
Complementary color
Monochromatic Colors of #954B5E
Black with #954B5E
Text Example
Text Example
White with #954B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B5E; }
p { color: rgb(149,75,94); }
H1.HeaderClassName
{
color: #954B5E;
}
.AnyTagClassName
{
color: #954B5E;
}
</style>
background-color css
<style>
a { background-color: #954B5E; }
a { background-color: rgb(149,75,94); }
div.DivClassName
{
background-color: #954B5E;
}
.BgClassName
{
background-color: #954B5E;
}
</style>
border-color css
<style>
span { border-color: #954B5E; }
span { border-color: rgb(149,75,94); }
td.TdClassName
{
border-color: #954B5E;
}
.TagClassName
{
border-color: #954B5E;
}
</style>