Shades of Cadillac #99445D
Tints of Cadillac #99445D
RGB
CMYK
RGB Variations
Color information
#99445D (or 0x99445D) is known color: Cadillac. HEX triplet: 99, 44 and 5D. RGB value is (153,68,93). Sum of RGB (Red+Green+Blue) = 153+68+93=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99445D is #66BBA2. Grayscale: #606060. Windows color (decimal): -6732707 or 6112409. OLE color: 6112409.
HSL color Cylindrical-coordinate representation of color #99445D: hue angle of 342.35º 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 #99445D is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 93 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.4 |
| HSL | 342.35º | 0.38% | 0.43% | - |
| HSV(B) | 342.35º | 0.56% | 0.6% | - |
| XYZ | 17.18 | 11.7 | 11.71 | - |
| YUV | 96.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 93 | 0 | 0.56 | 0.39 | 0.4 | 342.35 | 0.38 | 0.43 |
| Hex | 99 | 44 | 5D | 0 | 38 | 27 | 28 | 156 | 26 | 2B |
| Octal | 231 | 104 | 135 | 0 | 70 | 47 | 50 | 526 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1011101 | 0 | 111000 | 100111 | 101000 | 101010110 | 100110 | 101011 |
Color Harmonies of #99445D
Complementary color
Monochromatic Colors of #99445D
Black with #99445D
Text Example
Text Example
White with #99445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99445D; }
p { color: rgb(153,68,93); }
H1.HeaderClassName
{
color: #99445D;
}
.AnyTagClassName
{
color: #99445D;
}
</style>
background-color css
<style>
a { background-color: #99445D; }
a { background-color: rgb(153,68,93); }
div.DivClassName
{
background-color: #99445D;
}
.BgClassName
{
background-color: #99445D;
}
</style>
border-color css
<style>
span { border-color: #99445D; }
span { border-color: rgb(153,68,93); }
td.TdClassName
{
border-color: #99445D;
}
.TagClassName
{
border-color: #99445D;
}
</style>