Shades of Cadillac #994264
Tints of Cadillac #994264
RGB
CMYK
RGB Variations
Color information
#994264 (or 0x994264) is known color: Cadillac. HEX triplet: 99, 42 and 64. RGB value is (153,66,100). Sum of RGB (Red+Green+Blue) = 153+66+100=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994264 is #66BD9B. Grayscale: #5F5F5F. Windows color (decimal): -6733212 or 6570649. OLE color: 6570649.
HSL color Cylindrical-coordinate representation of color #994264: hue angle of 336.55º 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 #994264 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 100 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.4 |
| HSL | 336.55º | 0.4% | 0.43% | - |
| HSV(B) | 336.55º | 0.57% | 0.6% | - |
| XYZ | 17.39 | 11.59 | 13.38 | - |
| YUV | 95.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 100 | 0 | 0.57 | 0.35 | 0.4 | 336.55 | 0.4 | 0.43 |
| Hex | 99 | 42 | 64 | 0 | 39 | 23 | 28 | 151 | 28 | 2B |
| Octal | 231 | 102 | 144 | 0 | 71 | 43 | 50 | 521 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1100100 | 0 | 111001 | 100011 | 101000 | 101010001 | 101000 | 101011 |
Color Harmonies of #994264
Complementary color
Monochromatic Colors of #994264
Black with #994264
Text Example
Text Example
White with #994264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994264; }
p { color: rgb(153,66,100); }
H1.HeaderClassName
{
color: #994264;
}
.AnyTagClassName
{
color: #994264;
}
</style>
background-color css
<style>
a { background-color: #994264; }
a { background-color: rgb(153,66,100); }
div.DivClassName
{
background-color: #994264;
}
.BgClassName
{
background-color: #994264;
}
</style>
border-color css
<style>
span { border-color: #994264; }
span { border-color: rgb(153,66,100); }
td.TdClassName
{
border-color: #994264;
}
.TagClassName
{
border-color: #994264;
}
</style>