Shades of Cadillac #954C58
Tints of Cadillac #954C58
RGB
CMYK
RGB Variations
Color information
#954C58 (or 0x954C58) is known color: Cadillac. HEX triplet: 95, 4C and 58. RGB value is (149,76,88). Sum of RGB (Red+Green+Blue) = 149+76+88=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #954C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C58 is #6AB3A7. Grayscale: #636363. Windows color (decimal): -6992808 or 5786773. OLE color: 5786773.
HSL color Cylindrical-coordinate representation of color #954C58: hue angle of 350.14º 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 #954C58 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 88 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.42 |
| HSL | 350.14º | 0.32% | 0.44% | - |
| HSV(B) | 350.14º | 0.49% | 0.58% | - |
| XYZ | 16.74 | 12.26 | 10.72 | - |
| YUV | 99.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 88 | 0 | 0.49 | 0.41 | 0.42 | 350.14 | 0.32 | 0.44 |
| Hex | 95 | 4C | 58 | 0 | 31 | 29 | 2A | 15E | 20 | 2C |
| Octal | 225 | 114 | 130 | 0 | 61 | 51 | 52 | 536 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1011000 | 0 | 110001 | 101001 | 101010 | 101011110 | 100000 | 101100 |
Color Harmonies of #954C58
Complementary color
Monochromatic Colors of #954C58
Black with #954C58
Text Example
Text Example
White with #954C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C58; }
p { color: rgb(149,76,88); }
H1.HeaderClassName
{
color: #954C58;
}
.AnyTagClassName
{
color: #954C58;
}
</style>
background-color css
<style>
a { background-color: #954C58; }
a { background-color: rgb(149,76,88); }
div.DivClassName
{
background-color: #954C58;
}
.BgClassName
{
background-color: #954C58;
}
</style>
border-color css
<style>
span { border-color: #954C58; }
span { border-color: rgb(149,76,88); }
td.TdClassName
{
border-color: #954C58;
}
.TagClassName
{
border-color: #954C58;
}
</style>