Shades of Cadillac #99446C
Tints of Cadillac #99446C
RGB
CMYK
RGB Variations
Color information
#99446C (or 0x99446C) is known color: Cadillac. HEX triplet: 99, 44 and 6C. RGB value is (153,68,108). Sum of RGB (Red+Green+Blue) = 153+68+108=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99446C is #66BB93. Grayscale: #616161. Windows color (decimal): -6732692 or 7095449. OLE color: 7095449.
HSL color Cylindrical-coordinate representation of color #99446C: hue angle of 331.76º 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 #99446C is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 108 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.4 |
| HSL | 331.76º | 0.38% | 0.43% | - |
| HSV(B) | 331.76º | 0.56% | 0.6% | - |
| XYZ | 17.91 | 11.99 | 15.56 | - |
| YUV | 97.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 108 | 0 | 0.56 | 0.29 | 0.4 | 331.76 | 0.38 | 0.43 |
| Hex | 99 | 44 | 6C | 0 | 38 | 1D | 28 | 14C | 26 | 2B |
| Octal | 231 | 104 | 154 | 0 | 70 | 35 | 50 | 514 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1101100 | 0 | 111000 | 11101 | 101000 | 101001100 | 100110 | 101011 |
Color Harmonies of #99446C
Complementary color
Monochromatic Colors of #99446C
Black with #99446C
Text Example
Text Example
White with #99446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99446C; }
p { color: rgb(153,68,108); }
H1.HeaderClassName
{
color: #99446C;
}
.AnyTagClassName
{
color: #99446C;
}
</style>
background-color css
<style>
a { background-color: #99446C; }
a { background-color: rgb(153,68,108); }
div.DivClassName
{
background-color: #99446C;
}
.BgClassName
{
background-color: #99446C;
}
</style>
border-color css
<style>
span { border-color: #99446C; }
span { border-color: rgb(153,68,108); }
td.TdClassName
{
border-color: #99446C;
}
.TagClassName
{
border-color: #99446C;
}
</style>