Shades of Cadillac #99455C
Tints of Cadillac #99455C
RGB
CMYK
RGB Variations
Color information
#99455C (or 0x99455C) is known color: Cadillac. HEX triplet: 99, 45 and 5C. RGB value is (153,69,92). Sum of RGB (Red+Green+Blue) = 153+69+92=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99455C is #66BAA3. Grayscale: #606060. Windows color (decimal): -6732452 or 6047129. OLE color: 6047129.
HSL color Cylindrical-coordinate representation of color #99455C: hue angle of 343.57º 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 #99455C is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 92 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.4 |
| HSL | 343.57º | 0.38% | 0.44% | - |
| HSV(B) | 343.57º | 0.55% | 0.6% | - |
| XYZ | 17.2 | 11.8 | 11.5 | - |
| YUV | 96.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 92 | 0 | 0.55 | 0.40 | 0.4 | 343.57 | 0.38 | 0.44 |
| Hex | 99 | 45 | 5C | 0 | 37 | 28 | 28 | 158 | 26 | 2C |
| Octal | 231 | 105 | 134 | 0 | 67 | 50 | 50 | 530 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1011100 | 0 | 110111 | 101000 | 101000 | 101011000 | 100110 | 101100 |
Color Harmonies of #99455C
Complementary color
Monochromatic Colors of #99455C
Black with #99455C
Text Example
Text Example
White with #99455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99455C; }
p { color: rgb(153,69,92); }
H1.HeaderClassName
{
color: #99455C;
}
.AnyTagClassName
{
color: #99455C;
}
</style>
background-color css
<style>
a { background-color: #99455C; }
a { background-color: rgb(153,69,92); }
div.DivClassName
{
background-color: #99455C;
}
.BgClassName
{
background-color: #99455C;
}
</style>
border-color css
<style>
span { border-color: #99455C; }
span { border-color: rgb(153,69,92); }
td.TdClassName
{
border-color: #99455C;
}
.TagClassName
{
border-color: #99455C;
}
</style>