Shades of Cadillac #99495A
Tints of Cadillac #99495A
RGB
CMYK
RGB Variations
Color information
#99495A (or 0x99495A) is known color: Cadillac. HEX triplet: 99, 49 and 5A. RGB value is (153,73,90). Sum of RGB (Red+Green+Blue) = 153+73+90=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99495A is #66B6A5. Grayscale: #626262. Windows color (decimal): -6731430 or 5917081. OLE color: 5917081.
HSL color Cylindrical-coordinate representation of color #99495A: hue angle of 347.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99495A is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 90 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.4 |
| HSL | 347.25º | 0.35% | 0.44% | - |
| HSV(B) | 347.25º | 0.52% | 0.6% | - |
| XYZ | 17.36 | 12.28 | 11.13 | - |
| YUV | 98.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 90 | 0 | 0.52 | 0.41 | 0.4 | 347.25 | 0.35 | 0.44 |
| Hex | 99 | 49 | 5A | 0 | 34 | 29 | 28 | 15B | 23 | 2C |
| Octal | 231 | 111 | 132 | 0 | 64 | 51 | 50 | 533 | 43 | 54 |
| Binary | 10011001 | 1001001 | 1011010 | 0 | 110100 | 101001 | 101000 | 101011011 | 100011 | 101100 |
Color Harmonies of #99495A
Complementary color
Monochromatic Colors of #99495A
Black with #99495A
Text Example
Text Example
White with #99495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99495A; }
p { color: rgb(153,73,90); }
H1.HeaderClassName
{
color: #99495A;
}
.AnyTagClassName
{
color: #99495A;
}
</style>
background-color css
<style>
a { background-color: #99495A; }
a { background-color: rgb(153,73,90); }
div.DivClassName
{
background-color: #99495A;
}
.BgClassName
{
background-color: #99495A;
}
</style>
border-color css
<style>
span { border-color: #99495A; }
span { border-color: rgb(153,73,90); }
td.TdClassName
{
border-color: #99495A;
}
.TagClassName
{
border-color: #99495A;
}
</style>