Shades of Cadillac #954B5A
Tints of Cadillac #954B5A
RGB
CMYK
RGB Variations
Color information
#954B5A (or 0x954B5A) is known color: Cadillac. HEX triplet: 95, 4B and 5A. RGB value is (149,75,90). Sum of RGB (Red+Green+Blue) = 149+75+90=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #954B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B5A is #6AB4A5. Grayscale: #626262. Windows color (decimal): -6993062 or 5917589. OLE color: 5917589.
HSL color Cylindrical-coordinate representation of color #954B5A: hue angle of 347.84º 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 #954B5A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 90 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.42 |
| HSL | 347.84º | 0.33% | 0.44% | - |
| HSV(B) | 347.84º | 0.5% | 0.58% | - |
| XYZ | 16.76 | 12.16 | 11.14 | - |
| YUV | 98.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 90 | 0 | 0.50 | 0.40 | 0.42 | 347.84 | 0.33 | 0.44 |
| Hex | 95 | 4B | 5A | 0 | 32 | 28 | 2A | 15C | 21 | 2C |
| Octal | 225 | 113 | 132 | 0 | 62 | 50 | 52 | 534 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1011010 | 0 | 110010 | 101000 | 101010 | 101011100 | 100001 | 101100 |
Color Harmonies of #954B5A
Complementary color
Monochromatic Colors of #954B5A
Black with #954B5A
Text Example
Text Example
White with #954B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B5A; }
p { color: rgb(149,75,90); }
H1.HeaderClassName
{
color: #954B5A;
}
.AnyTagClassName
{
color: #954B5A;
}
</style>
background-color css
<style>
a { background-color: #954B5A; }
a { background-color: rgb(149,75,90); }
div.DivClassName
{
background-color: #954B5A;
}
.BgClassName
{
background-color: #954B5A;
}
</style>
border-color css
<style>
span { border-color: #954B5A; }
span { border-color: rgb(149,75,90); }
td.TdClassName
{
border-color: #954B5A;
}
.TagClassName
{
border-color: #954B5A;
}
</style>