Shades of Cadillac #994262
Tints of Cadillac #994262
RGB
CMYK
RGB Variations
Color information
#994262 (or 0x994262) is known color: Cadillac. HEX triplet: 99, 42 and 62. RGB value is (153,66,98). Sum of RGB (Red+Green+Blue) = 153+66+98=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #994262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994262 is #66BD9D. Grayscale: #5F5F5F. Windows color (decimal): -6733214 or 6439577. OLE color: 6439577.
HSL color Cylindrical-coordinate representation of color #994262: hue angle of 337.93º 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 #994262 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 98 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.4 |
| HSL | 337.93º | 0.4% | 0.43% | - |
| HSV(B) | 337.93º | 0.57% | 0.6% | - |
| XYZ | 17.29 | 11.55 | 12.87 | - |
| YUV | 95.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 98 | 0 | 0.57 | 0.36 | 0.4 | 337.93 | 0.4 | 0.43 |
| Hex | 99 | 42 | 62 | 0 | 39 | 24 | 28 | 152 | 28 | 2B |
| Octal | 231 | 102 | 142 | 0 | 71 | 44 | 50 | 522 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1100010 | 0 | 111001 | 100100 | 101000 | 101010010 | 101000 | 101011 |
Color Harmonies of #994262
Complementary color
Monochromatic Colors of #994262
Black with #994262
Text Example
Text Example
White with #994262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994262; }
p { color: rgb(153,66,98); }
H1.HeaderClassName
{
color: #994262;
}
.AnyTagClassName
{
color: #994262;
}
</style>
background-color css
<style>
a { background-color: #994262; }
a { background-color: rgb(153,66,98); }
div.DivClassName
{
background-color: #994262;
}
.BgClassName
{
background-color: #994262;
}
</style>
border-color css
<style>
span { border-color: #994262; }
span { border-color: rgb(153,66,98); }
td.TdClassName
{
border-color: #994262;
}
.TagClassName
{
border-color: #994262;
}
</style>