Shades of Cadillac #9C4465
Tints of Cadillac #9C4465
RGB
CMYK
RGB Variations
Color information
#9C4465 (or 0x9C4465) is known color: Cadillac. HEX triplet: 9C, 44 and 65. RGB value is (156,68,101). Sum of RGB (Red+Green+Blue) = 156+68+101=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4465 is #63BB9A. Grayscale: #626262. Windows color (decimal): -6536091 or 6636700. OLE color: 6636700.
HSL color Cylindrical-coordinate representation of color #9C4465: hue angle of 337.5º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4465 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 101 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.39 |
| HSL | 337.5º | 0.39% | 0.44% | - |
| HSV(B) | 337.5º | 0.56% | 0.61% | - |
| XYZ | 18.13 | 12.14 | 13.7 | - |
| YUV | 98.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 101 | 0 | 0.56 | 0.35 | 0.39 | 337.5 | 0.39 | 0.44 |
| Hex | 9C | 44 | 65 | 0 | 38 | 23 | 27 | 152 | 27 | 2C |
| Octal | 234 | 104 | 145 | 0 | 70 | 43 | 47 | 522 | 47 | 54 |
| Binary | 10011100 | 1000100 | 1100101 | 0 | 111000 | 100011 | 100111 | 101010010 | 100111 | 101100 |
Color Harmonies of #9C4465
Complementary color
Monochromatic Colors of #9C4465
Black with #9C4465
Text Example
Text Example
White with #9C4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4465; }
p { color: rgb(156,68,101); }
H1.HeaderClassName
{
color: #9C4465;
}
.AnyTagClassName
{
color: #9C4465;
}
</style>
background-color css
<style>
a { background-color: #9C4465; }
a { background-color: rgb(156,68,101); }
div.DivClassName
{
background-color: #9C4465;
}
.BgClassName
{
background-color: #9C4465;
}
</style>
border-color css
<style>
span { border-color: #9C4465; }
span { border-color: rgb(156,68,101); }
td.TdClassName
{
border-color: #9C4465;
}
.TagClassName
{
border-color: #9C4465;
}
</style>