Shades of Cadillac #954B5C
Tints of Cadillac #954B5C
RGB
CMYK
RGB Variations
Color information
#954B5C (or 0x954B5C) is known color: Cadillac. HEX triplet: 95, 4B and 5C. RGB value is (149,75,92). Sum of RGB (Red+Green+Blue) = 149+75+92=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #954B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B5C is #6AB4A3. Grayscale: #636363. Windows color (decimal): -6993060 or 6048661. OLE color: 6048661.
HSL color Cylindrical-coordinate representation of color #954B5C: hue angle of 346.22º 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 #954B5C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 92 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.42 |
| HSL | 346.22º | 0.33% | 0.44% | - |
| HSV(B) | 346.22º | 0.5% | 0.58% | - |
| XYZ | 16.84 | 12.19 | 11.59 | - |
| YUV | 99.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 92 | 0 | 0.50 | 0.38 | 0.42 | 346.22 | 0.33 | 0.44 |
| Hex | 95 | 4B | 5C | 0 | 32 | 26 | 2A | 15A | 21 | 2C |
| Octal | 225 | 113 | 134 | 0 | 62 | 46 | 52 | 532 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1011100 | 0 | 110010 | 100110 | 101010 | 101011010 | 100001 | 101100 |
Color Harmonies of #954B5C
Complementary color
Monochromatic Colors of #954B5C
Black with #954B5C
Text Example
Text Example
White with #954B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B5C; }
p { color: rgb(149,75,92); }
H1.HeaderClassName
{
color: #954B5C;
}
.AnyTagClassName
{
color: #954B5C;
}
</style>
background-color css
<style>
a { background-color: #954B5C; }
a { background-color: rgb(149,75,92); }
div.DivClassName
{
background-color: #954B5C;
}
.BgClassName
{
background-color: #954B5C;
}
</style>
border-color css
<style>
span { border-color: #954B5C; }
span { border-color: rgb(149,75,92); }
td.TdClassName
{
border-color: #954B5C;
}
.TagClassName
{
border-color: #954B5C;
}
</style>