Shades of Cadillac #9C445F
Tints of Cadillac #9C445F
RGB
CMYK
RGB Variations
Color information
#9C445F (or 0x9C445F) is known color: Cadillac. HEX triplet: 9C, 44 and 5F. RGB value is (156,68,95). Sum of RGB (Red+Green+Blue) = 156+68+95=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C445F is #63BBA0. Grayscale: #616161. Windows color (decimal): -6536097 or 6243484. OLE color: 6243484.
HSL color Cylindrical-coordinate representation of color #9C445F: hue angle of 341.59º 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 #9C445F is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 95 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.39 |
| HSL | 341.59º | 0.39% | 0.44% | - |
| HSV(B) | 341.59º | 0.56% | 0.61% | - |
| XYZ | 17.84 | 12.03 | 12.21 | - |
| YUV | 97.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 95 | 0 | 0.56 | 0.39 | 0.39 | 341.59 | 0.39 | 0.44 |
| Hex | 9C | 44 | 5F | 0 | 38 | 27 | 27 | 156 | 27 | 2C |
| Octal | 234 | 104 | 137 | 0 | 70 | 47 | 47 | 526 | 47 | 54 |
| Binary | 10011100 | 1000100 | 1011111 | 0 | 111000 | 100111 | 100111 | 101010110 | 100111 | 101100 |
Color Harmonies of #9C445F
Complementary color
Monochromatic Colors of #9C445F
Black with #9C445F
Text Example
Text Example
White with #9C445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C445F; }
p { color: rgb(156,68,95); }
H1.HeaderClassName
{
color: #9C445F;
}
.AnyTagClassName
{
color: #9C445F;
}
</style>
background-color css
<style>
a { background-color: #9C445F; }
a { background-color: rgb(156,68,95); }
div.DivClassName
{
background-color: #9C445F;
}
.BgClassName
{
background-color: #9C445F;
}
</style>
border-color css
<style>
span { border-color: #9C445F; }
span { border-color: rgb(156,68,95); }
td.TdClassName
{
border-color: #9C445F;
}
.TagClassName
{
border-color: #9C445F;
}
</style>