Shades of Cadillac #994368
Tints of Cadillac #994368
RGB
CMYK
RGB Variations
Color information
#994368 (or 0x994368) is known color: Cadillac. HEX triplet: 99, 43 and 68. RGB value is (153,67,104). Sum of RGB (Red+Green+Blue) = 153+67+104=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994368 is #66BC97. Grayscale: #606060. Windows color (decimal): -6732952 or 6833049. OLE color: 6833049.
HSL color Cylindrical-coordinate representation of color #994368: hue angle of 334.19º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994368 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 104 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.4 |
| HSL | 334.19º | 0.39% | 0.43% | - |
| HSV(B) | 334.19º | 0.56% | 0.6% | - |
| XYZ | 17.64 | 11.79 | 14.44 | - |
| YUV | 96.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 104 | 0 | 0.56 | 0.32 | 0.4 | 334.19 | 0.39 | 0.43 |
| Hex | 99 | 43 | 68 | 0 | 38 | 20 | 28 | 14E | 27 | 2B |
| Octal | 231 | 103 | 150 | 0 | 70 | 40 | 50 | 516 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1101000 | 0 | 111000 | 100000 | 101000 | 101001110 | 100111 | 101011 |
Color Harmonies of #994368
Complementary color
Monochromatic Colors of #994368
Black with #994368
Text Example
Text Example
White with #994368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994368; }
p { color: rgb(153,67,104); }
H1.HeaderClassName
{
color: #994368;
}
.AnyTagClassName
{
color: #994368;
}
</style>
background-color css
<style>
a { background-color: #994368; }
a { background-color: rgb(153,67,104); }
div.DivClassName
{
background-color: #994368;
}
.BgClassName
{
background-color: #994368;
}
</style>
border-color css
<style>
span { border-color: #994368; }
span { border-color: rgb(153,67,104); }
td.TdClassName
{
border-color: #994368;
}
.TagClassName
{
border-color: #994368;
}
</style>