Shades of Cadillac #99455D
Tints of Cadillac #99455D
RGB
CMYK
RGB Variations
Color information
#99455D (or 0x99455D) is known color: Cadillac. HEX triplet: 99, 45 and 5D. RGB value is (153,69,93). Sum of RGB (Red+Green+Blue) = 153+69+93=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99455D is #66BAA2. Grayscale: #606060. Windows color (decimal): -6732451 or 6112665. OLE color: 6112665.
HSL color Cylindrical-coordinate representation of color #99455D: hue angle of 342.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99455D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 93 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.4 |
| HSL | 342.86º | 0.38% | 0.44% | - |
| HSV(B) | 342.86º | 0.55% | 0.6% | - |
| XYZ | 17.24 | 11.82 | 11.73 | - |
| YUV | 96.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 93 | 0 | 0.55 | 0.39 | 0.4 | 342.86 | 0.38 | 0.44 |
| Hex | 99 | 45 | 5D | 0 | 37 | 27 | 28 | 157 | 26 | 2C |
| Octal | 231 | 105 | 135 | 0 | 67 | 47 | 50 | 527 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1011101 | 0 | 110111 | 100111 | 101000 | 101010111 | 100110 | 101100 |
Color Harmonies of #99455D
Complementary color
Monochromatic Colors of #99455D
Black with #99455D
Text Example
Text Example
White with #99455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99455D; }
p { color: rgb(153,69,93); }
H1.HeaderClassName
{
color: #99455D;
}
.AnyTagClassName
{
color: #99455D;
}
</style>
background-color css
<style>
a { background-color: #99455D; }
a { background-color: rgb(153,69,93); }
div.DivClassName
{
background-color: #99455D;
}
.BgClassName
{
background-color: #99455D;
}
</style>
border-color css
<style>
span { border-color: #99455D; }
span { border-color: rgb(153,69,93); }
td.TdClassName
{
border-color: #99455D;
}
.TagClassName
{
border-color: #99455D;
}
</style>