Shades of Cadillac #9C4A6D
Tints of Cadillac #9C4A6D
RGB
CMYK
RGB Variations
Color information
#9C4A6D (or 0x9C4A6D) is known color: Cadillac. HEX triplet: 9C, 4A and 6D. RGB value is (156,74,109). Sum of RGB (Red+Green+Blue) = 156+74+109=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4A6D is #63B592. Grayscale: #666666. Windows color (decimal): -6534547 or 7162524. OLE color: 7162524.
HSL color Cylindrical-coordinate representation of color #9C4A6D: hue angle of 334.39º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4A6D is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 109 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.39 |
| HSL | 334.39º | 0.36% | 0.45% | - |
| HSV(B) | 334.39º | 0.53% | 0.61% | - |
| XYZ | 18.92 | 13.07 | 15.99 | - |
| YUV | 102.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 109 | 0 | 0.53 | 0.30 | 0.39 | 334.39 | 0.36 | 0.45 |
| Hex | 9C | 4A | 6D | 0 | 35 | 1E | 27 | 14E | 24 | 2D |
| Octal | 234 | 112 | 155 | 0 | 65 | 36 | 47 | 516 | 44 | 55 |
| Binary | 10011100 | 1001010 | 1101101 | 0 | 110101 | 11110 | 100111 | 101001110 | 100100 | 101101 |
Color Harmonies of #9C4A6D
Complementary color
Monochromatic Colors of #9C4A6D
Black with #9C4A6D
Text Example
Text Example
White with #9C4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A6D; }
p { color: rgb(156,74,109); }
H1.HeaderClassName
{
color: #9C4A6D;
}
.AnyTagClassName
{
color: #9C4A6D;
}
</style>
background-color css
<style>
a { background-color: #9C4A6D; }
a { background-color: rgb(156,74,109); }
div.DivClassName
{
background-color: #9C4A6D;
}
.BgClassName
{
background-color: #9C4A6D;
}
</style>
border-color css
<style>
span { border-color: #9C4A6D; }
span { border-color: rgb(156,74,109); }
td.TdClassName
{
border-color: #9C4A6D;
}
.TagClassName
{
border-color: #9C4A6D;
}
</style>