Shades of Cadillac #9C4367
Tints of Cadillac #9C4367
RGB
CMYK
RGB Variations
Color information
#9C4367 (or 0x9C4367) is known color: Cadillac. HEX triplet: 9C, 43 and 67. RGB value is (156,67,103). Sum of RGB (Red+Green+Blue) = 156+67+103=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4367 is #63BC98. Grayscale: #616161. Windows color (decimal): -6536345 or 6767516. OLE color: 6767516.
HSL color Cylindrical-coordinate representation of color #9C4367: hue angle of 335.73º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C4367 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 103 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.39 |
| HSL | 335.73º | 0.4% | 0.44% | - |
| HSV(B) | 335.73º | 0.57% | 0.61% | - |
| XYZ | 18.17 | 12.06 | 14.2 | - |
| YUV | 97.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 103 | 0 | 0.57 | 0.34 | 0.39 | 335.73 | 0.4 | 0.44 |
| Hex | 9C | 43 | 67 | 0 | 39 | 22 | 27 | 150 | 28 | 2C |
| Octal | 234 | 103 | 147 | 0 | 71 | 42 | 47 | 520 | 50 | 54 |
| Binary | 10011100 | 1000011 | 1100111 | 0 | 111001 | 100010 | 100111 | 101010000 | 101000 | 101100 |
Color Harmonies of #9C4367
Complementary color
Monochromatic Colors of #9C4367
Black with #9C4367
Text Example
Text Example
White with #9C4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4367; }
p { color: rgb(156,67,103); }
H1.HeaderClassName
{
color: #9C4367;
}
.AnyTagClassName
{
color: #9C4367;
}
</style>
background-color css
<style>
a { background-color: #9C4367; }
a { background-color: rgb(156,67,103); }
div.DivClassName
{
background-color: #9C4367;
}
.BgClassName
{
background-color: #9C4367;
}
</style>
border-color css
<style>
span { border-color: #9C4367; }
span { border-color: rgb(156,67,103); }
td.TdClassName
{
border-color: #9C4367;
}
.TagClassName
{
border-color: #9C4367;
}
</style>