Shades of Cadillac #994C65
Tints of Cadillac #994C65
RGB
CMYK
RGB Variations
Color information
#994C65 (or 0x994C65) is known color: Cadillac. HEX triplet: 99, 4C and 65. RGB value is (153,76,101). Sum of RGB (Red+Green+Blue) = 153+76+101=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #994C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C65 is #66B39A. Grayscale: #656565. Windows color (decimal): -6730651 or 6638745. OLE color: 6638745.
HSL color Cylindrical-coordinate representation of color #994C65: hue angle of 340.52º 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 #994C65 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 101 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.4 |
| HSL | 340.52º | 0.34% | 0.45% | - |
| HSV(B) | 340.52º | 0.5% | 0.6% | - |
| XYZ | 18.07 | 12.88 | 13.85 | - |
| YUV | 101.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 101 | 0 | 0.50 | 0.34 | 0.4 | 340.52 | 0.34 | 0.45 |
| Hex | 99 | 4C | 65 | 0 | 32 | 22 | 28 | 155 | 22 | 2D |
| Octal | 231 | 114 | 145 | 0 | 62 | 42 | 50 | 525 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1100101 | 0 | 110010 | 100010 | 101000 | 101010101 | 100010 | 101101 |
Color Harmonies of #994C65
Complementary color
Monochromatic Colors of #994C65
Black with #994C65
Text Example
Text Example
White with #994C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C65; }
p { color: rgb(153,76,101); }
H1.HeaderClassName
{
color: #994C65;
}
.AnyTagClassName
{
color: #994C65;
}
</style>
background-color css
<style>
a { background-color: #994C65; }
a { background-color: rgb(153,76,101); }
div.DivClassName
{
background-color: #994C65;
}
.BgClassName
{
background-color: #994C65;
}
</style>
border-color css
<style>
span { border-color: #994C65; }
span { border-color: rgb(153,76,101); }
td.TdClassName
{
border-color: #994C65;
}
.TagClassName
{
border-color: #994C65;
}
</style>