Shades of Cadillac #99456D
Tints of Cadillac #99456D
RGB
CMYK
RGB Variations
Color information
#99456D (or 0x99456D) is known color: Cadillac. HEX triplet: 99, 45 and 6D. RGB value is (153,69,109). Sum of RGB (Red+Green+Blue) = 153+69+109=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99456D is #66BA92. Grayscale: #626262. Windows color (decimal): -6732435 or 7161241. OLE color: 7161241.
HSL color Cylindrical-coordinate representation of color #99456D: hue angle of 331.43º 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 #99456D is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 109 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.4 |
| HSL | 331.43º | 0.38% | 0.44% | - |
| HSV(B) | 331.43º | 0.55% | 0.6% | - |
| XYZ | 18.03 | 12.13 | 15.86 | - |
| YUV | 98.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 109 | 0 | 0.55 | 0.29 | 0.4 | 331.43 | 0.38 | 0.44 |
| Hex | 99 | 45 | 6D | 0 | 37 | 1D | 28 | 14B | 26 | 2C |
| Octal | 231 | 105 | 155 | 0 | 67 | 35 | 50 | 513 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1101101 | 0 | 110111 | 11101 | 101000 | 101001011 | 100110 | 101100 |
Color Harmonies of #99456D
Complementary color
Monochromatic Colors of #99456D
Black with #99456D
Text Example
Text Example
White with #99456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99456D; }
p { color: rgb(153,69,109); }
H1.HeaderClassName
{
color: #99456D;
}
.AnyTagClassName
{
color: #99456D;
}
</style>
background-color css
<style>
a { background-color: #99456D; }
a { background-color: rgb(153,69,109); }
div.DivClassName
{
background-color: #99456D;
}
.BgClassName
{
background-color: #99456D;
}
</style>
border-color css
<style>
span { border-color: #99456D; }
span { border-color: rgb(153,69,109); }
td.TdClassName
{
border-color: #99456D;
}
.TagClassName
{
border-color: #99456D;
}
</style>