Shades of Cadillac #994467
Tints of Cadillac #994467
RGB
CMYK
RGB Variations
Color information
#994467 (or 0x994467) is known color: Cadillac. HEX triplet: 99, 44 and 67. RGB value is (153,68,103). Sum of RGB (Red+Green+Blue) = 153+68+103=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994467 is #66BB98. Grayscale: #616161. Windows color (decimal): -6732697 or 6767769. OLE color: 6767769.
HSL color Cylindrical-coordinate representation of color #994467: hue angle of 335.29º degrees, saturation: 0.38, 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 #994467 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 103 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.4 |
| HSL | 335.29º | 0.38% | 0.43% | - |
| HSV(B) | 335.29º | 0.56% | 0.6% | - |
| XYZ | 17.65 | 11.89 | 14.2 | - |
| YUV | 97.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 103 | 0 | 0.56 | 0.33 | 0.4 | 335.29 | 0.38 | 0.43 |
| Hex | 99 | 44 | 67 | 0 | 38 | 21 | 28 | 14F | 26 | 2B |
| Octal | 231 | 104 | 147 | 0 | 70 | 41 | 50 | 517 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1100111 | 0 | 111000 | 100001 | 101000 | 101001111 | 100110 | 101011 |
Color Harmonies of #994467
Complementary color
Monochromatic Colors of #994467
Black with #994467
Text Example
Text Example
White with #994467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994467; }
p { color: rgb(153,68,103); }
H1.HeaderClassName
{
color: #994467;
}
.AnyTagClassName
{
color: #994467;
}
</style>
background-color css
<style>
a { background-color: #994467; }
a { background-color: rgb(153,68,103); }
div.DivClassName
{
background-color: #994467;
}
.BgClassName
{
background-color: #994467;
}
</style>
border-color css
<style>
span { border-color: #994467; }
span { border-color: rgb(153,68,103); }
td.TdClassName
{
border-color: #994467;
}
.TagClassName
{
border-color: #994467;
}
</style>