Shades of Cadillac #994C66
Tints of Cadillac #994C66
RGB
CMYK
RGB Variations
Color information
#994C66 (or 0x994C66) is known color: Cadillac. HEX triplet: 99, 4C and 66. RGB value is (153,76,102). Sum of RGB (Red+Green+Blue) = 153+76+102=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #994C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C66 is #66B399. Grayscale: #656565. Windows color (decimal): -6730650 or 6704281. OLE color: 6704281.
HSL color Cylindrical-coordinate representation of color #994C66: hue angle of 339.74º 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 #994C66 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 102 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.4 |
| HSL | 339.74º | 0.34% | 0.45% | - |
| HSV(B) | 339.74º | 0.5% | 0.6% | - |
| XYZ | 18.12 | 12.9 | 14.11 | - |
| YUV | 101.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 102 | 0 | 0.50 | 0.33 | 0.4 | 339.74 | 0.34 | 0.45 |
| Hex | 99 | 4C | 66 | 0 | 32 | 21 | 28 | 154 | 22 | 2D |
| Octal | 231 | 114 | 146 | 0 | 62 | 41 | 50 | 524 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1100110 | 0 | 110010 | 100001 | 101000 | 101010100 | 100010 | 101101 |
Color Harmonies of #994C66
Complementary color
Monochromatic Colors of #994C66
Black with #994C66
Text Example
Text Example
White with #994C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C66; }
p { color: rgb(153,76,102); }
H1.HeaderClassName
{
color: #994C66;
}
.AnyTagClassName
{
color: #994C66;
}
</style>
background-color css
<style>
a { background-color: #994C66; }
a { background-color: rgb(153,76,102); }
div.DivClassName
{
background-color: #994C66;
}
.BgClassName
{
background-color: #994C66;
}
</style>
border-color css
<style>
span { border-color: #994C66; }
span { border-color: rgb(153,76,102); }
td.TdClassName
{
border-color: #994C66;
}
.TagClassName
{
border-color: #994C66;
}
</style>