Shades of Cadillac #994C57
Tints of Cadillac #994C57
RGB
CMYK
RGB Variations
Color information
#994C57 (or 0x994C57) is known color: Cadillac. HEX triplet: 99, 4C and 57. RGB value is (153,76,87). Sum of RGB (Red+Green+Blue) = 153+76+87=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #994C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C57 is #66B3A8. Grayscale: #646464. Windows color (decimal): -6730665 or 5721241. OLE color: 5721241.
HSL color Cylindrical-coordinate representation of color #994C57: hue angle of 351.43º 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 #994C57 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 87 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.4 |
| HSL | 351.43º | 0.34% | 0.45% | - |
| HSV(B) | 351.43º | 0.5% | 0.6% | - |
| XYZ | 17.44 | 12.63 | 10.54 | - |
| YUV | 100.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 87 | 0 | 0.50 | 0.43 | 0.4 | 351.43 | 0.34 | 0.45 |
| Hex | 99 | 4C | 57 | 0 | 32 | 2B | 28 | 15F | 22 | 2D |
| Octal | 231 | 114 | 127 | 0 | 62 | 53 | 50 | 537 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1010111 | 0 | 110010 | 101011 | 101000 | 101011111 | 100010 | 101101 |
Color Harmonies of #994C57
Complementary color
Monochromatic Colors of #994C57
Black with #994C57
Text Example
Text Example
White with #994C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C57; }
p { color: rgb(153,76,87); }
H1.HeaderClassName
{
color: #994C57;
}
.AnyTagClassName
{
color: #994C57;
}
</style>
background-color css
<style>
a { background-color: #994C57; }
a { background-color: rgb(153,76,87); }
div.DivClassName
{
background-color: #994C57;
}
.BgClassName
{
background-color: #994C57;
}
</style>
border-color css
<style>
span { border-color: #994C57; }
span { border-color: rgb(153,76,87); }
td.TdClassName
{
border-color: #994C57;
}
.TagClassName
{
border-color: #994C57;
}
</style>