Shades of Cadillac #994365
Tints of Cadillac #994365
RGB
CMYK
RGB Variations
Color information
#994365 (or 0x994365) is known color: Cadillac. HEX triplet: 99, 43 and 65. RGB value is (153,67,101). Sum of RGB (Red+Green+Blue) = 153+67+101=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #994365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994365 is #66BC9A. Grayscale: #606060. Windows color (decimal): -6732955 or 6636441. OLE color: 6636441.
HSL color Cylindrical-coordinate representation of color #994365: hue angle of 336.28º 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 #994365 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 101 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.4 |
| HSL | 336.28º | 0.39% | 0.43% | - |
| HSV(B) | 336.28º | 0.56% | 0.6% | - |
| XYZ | 17.49 | 11.73 | 13.65 | - |
| YUV | 96.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 101 | 0 | 0.56 | 0.34 | 0.4 | 336.28 | 0.39 | 0.43 |
| Hex | 99 | 43 | 65 | 0 | 38 | 22 | 28 | 150 | 27 | 2B |
| Octal | 231 | 103 | 145 | 0 | 70 | 42 | 50 | 520 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1100101 | 0 | 111000 | 100010 | 101000 | 101010000 | 100111 | 101011 |
Color Harmonies of #994365
Complementary color
Monochromatic Colors of #994365
Black with #994365
Text Example
Text Example
White with #994365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994365; }
p { color: rgb(153,67,101); }
H1.HeaderClassName
{
color: #994365;
}
.AnyTagClassName
{
color: #994365;
}
</style>
background-color css
<style>
a { background-color: #994365; }
a { background-color: rgb(153,67,101); }
div.DivClassName
{
background-color: #994365;
}
.BgClassName
{
background-color: #994365;
}
</style>
border-color css
<style>
span { border-color: #994365; }
span { border-color: rgb(153,67,101); }
td.TdClassName
{
border-color: #994365;
}
.TagClassName
{
border-color: #994365;
}
</style>