Shades of Cadillac #96476A
Tints of Cadillac #96476A
RGB
CMYK
RGB Variations
Color information
#96476A (or 0x96476A) is known color: Cadillac. HEX triplet: 96, 47 and 6A. RGB value is (150,71,106). Sum of RGB (Red+Green+Blue) = 150+71+106=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96476A is #69B895. Grayscale: #626262. Windows color (decimal): -6928534 or 6965142. OLE color: 6965142.
HSL color Cylindrical-coordinate representation of color #96476A: hue angle of 333.42º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96476A is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 71 | 106 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.41 |
| HSL | 333.42º | 0.36% | 0.43% | - |
| HSV(B) | 333.42º | 0.53% | 0.59% | - |
| XYZ | 17.43 | 12.03 | 15.04 | - |
| YUV | 98.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 106 | 0 | 0.53 | 0.29 | 0.41 | 333.42 | 0.36 | 0.43 |
| Hex | 96 | 47 | 6A | 0 | 35 | 1D | 29 | 14D | 24 | 2B |
| Octal | 226 | 107 | 152 | 0 | 65 | 35 | 51 | 515 | 44 | 53 |
| Binary | 10010110 | 1000111 | 1101010 | 0 | 110101 | 11101 | 101001 | 101001101 | 100100 | 101011 |
Color Harmonies of #96476A
Complementary color
Monochromatic Colors of #96476A
Black with #96476A
Text Example
Text Example
White with #96476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96476A; }
p { color: rgb(150,71,106); }
H1.HeaderClassName
{
color: #96476A;
}
.AnyTagClassName
{
color: #96476A;
}
</style>
background-color css
<style>
a { background-color: #96476A; }
a { background-color: rgb(150,71,106); }
div.DivClassName
{
background-color: #96476A;
}
.BgClassName
{
background-color: #96476A;
}
</style>
border-color css
<style>
span { border-color: #96476A; }
span { border-color: rgb(150,71,106); }
td.TdClassName
{
border-color: #96476A;
}
.TagClassName
{
border-color: #96476A;
}
</style>