Shades of Cadillac #994C5F
Tints of Cadillac #994C5F
RGB
CMYK
RGB Variations
Color information
#994C5F (or 0x994C5F) is known color: Cadillac. HEX triplet: 99, 4C and 5F. RGB value is (153,76,95). Sum of RGB (Red+Green+Blue) = 153+76+95=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C5F is #66B3A0. Grayscale: #656565. Windows color (decimal): -6730657 or 6245529. OLE color: 6245529.
HSL color Cylindrical-coordinate representation of color #994C5F: hue angle of 345.19º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C5F is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 95 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.4 |
| HSL | 345.19º | 0.34% | 0.45% | - |
| HSV(B) | 345.19º | 0.5% | 0.6% | - |
| XYZ | 17.79 | 12.77 | 12.35 | - |
| YUV | 101.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 95 | 0 | 0.50 | 0.38 | 0.4 | 345.19 | 0.34 | 0.45 |
| Hex | 99 | 4C | 5F | 0 | 32 | 26 | 28 | 159 | 22 | 2D |
| Octal | 231 | 114 | 137 | 0 | 62 | 46 | 50 | 531 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1011111 | 0 | 110010 | 100110 | 101000 | 101011001 | 100010 | 101101 |
Color Harmonies of #994C5F
Complementary color
Monochromatic Colors of #994C5F
Black with #994C5F
Text Example
Text Example
White with #994C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C5F; }
p { color: rgb(153,76,95); }
H1.HeaderClassName
{
color: #994C5F;
}
.AnyTagClassName
{
color: #994C5F;
}
</style>
background-color css
<style>
a { background-color: #994C5F; }
a { background-color: rgb(153,76,95); }
div.DivClassName
{
background-color: #994C5F;
}
.BgClassName
{
background-color: #994C5F;
}
</style>
border-color css
<style>
span { border-color: #994C5F; }
span { border-color: rgb(153,76,95); }
td.TdClassName
{
border-color: #994C5F;
}
.TagClassName
{
border-color: #994C5F;
}
</style>