Shades of Cadillac #994658
Tints of Cadillac #994658
RGB
CMYK
RGB Variations
Color information
#994658 (or 0x994658) is known color: Cadillac. HEX triplet: 99, 46 and 58. RGB value is (153,70,88). Sum of RGB (Red+Green+Blue) = 153+70+88=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #994658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994658 is #66B9A7. Grayscale: #606060. Windows color (decimal): -6732200 or 5785241. OLE color: 5785241.
HSL color Cylindrical-coordinate representation of color #994658: hue angle of 346.99º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994658 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 88 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.4 |
| HSL | 346.99º | 0.37% | 0.44% | - |
| HSV(B) | 346.99º | 0.54% | 0.6% | - |
| XYZ | 17.09 | 11.86 | 10.62 | - |
| YUV | 96.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 88 | 0 | 0.54 | 0.42 | 0.4 | 346.99 | 0.37 | 0.44 |
| Hex | 99 | 46 | 58 | 0 | 36 | 2A | 28 | 15B | 25 | 2C |
| Octal | 231 | 106 | 130 | 0 | 66 | 52 | 50 | 533 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1011000 | 0 | 110110 | 101010 | 101000 | 101011011 | 100101 | 101100 |
Color Harmonies of #994658
Complementary color
Monochromatic Colors of #994658
Black with #994658
Text Example
Text Example
White with #994658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994658; }
p { color: rgb(153,70,88); }
H1.HeaderClassName
{
color: #994658;
}
.AnyTagClassName
{
color: #994658;
}
</style>
background-color css
<style>
a { background-color: #994658; }
a { background-color: rgb(153,70,88); }
div.DivClassName
{
background-color: #994658;
}
.BgClassName
{
background-color: #994658;
}
</style>
border-color css
<style>
span { border-color: #994658; }
span { border-color: rgb(153,70,88); }
td.TdClassName
{
border-color: #994658;
}
.TagClassName
{
border-color: #994658;
}
</style>