Shades of Cadillac #994266
Tints of Cadillac #994266
RGB
CMYK
RGB Variations
Color information
#994266 (or 0x994266) is known color: Cadillac. HEX triplet: 99, 42 and 66. RGB value is (153,66,102). Sum of RGB (Red+Green+Blue) = 153+66+102=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #994266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994266 is #66BD99. Grayscale: #606060. Windows color (decimal): -6733210 or 6701721. OLE color: 6701721.
HSL color Cylindrical-coordinate representation of color #994266: hue angle of 335.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994266 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 102 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.4 |
| HSL | 335.17º | 0.4% | 0.43% | - |
| HSV(B) | 335.17º | 0.57% | 0.6% | - |
| XYZ | 17.48 | 11.63 | 13.89 | - |
| YUV | 96.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 102 | 0 | 0.57 | 0.33 | 0.4 | 335.17 | 0.4 | 0.43 |
| Hex | 99 | 42 | 66 | 0 | 39 | 21 | 28 | 14F | 28 | 2B |
| Octal | 231 | 102 | 146 | 0 | 71 | 41 | 50 | 517 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1100110 | 0 | 111001 | 100001 | 101000 | 101001111 | 101000 | 101011 |
Color Harmonies of #994266
Complementary color
Monochromatic Colors of #994266
Black with #994266
Text Example
Text Example
White with #994266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994266; }
p { color: rgb(153,66,102); }
H1.HeaderClassName
{
color: #994266;
}
.AnyTagClassName
{
color: #994266;
}
</style>
background-color css
<style>
a { background-color: #994266; }
a { background-color: rgb(153,66,102); }
div.DivClassName
{
background-color: #994266;
}
.BgClassName
{
background-color: #994266;
}
</style>
border-color css
<style>
span { border-color: #994266; }
span { border-color: rgb(153,66,102); }
td.TdClassName
{
border-color: #994266;
}
.TagClassName
{
border-color: #994266;
}
</style>