Shades of Cadillac #9C4263
Tints of Cadillac #9C4263
RGB
CMYK
RGB Variations
Color information
#9C4263 (or 0x9C4263) is known color: Cadillac. HEX triplet: 9C, 42 and 63. RGB value is (156,66,99). Sum of RGB (Red+Green+Blue) = 156+66+99=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4263 is #63BD9C. Grayscale: #606060. Windows color (decimal): -6536605 or 6505116. OLE color: 6505116.
HSL color Cylindrical-coordinate representation of color #9C4263: hue angle of 338º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4263 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 99 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.39 |
| HSL | 338º | 0.41% | 0.44% | - |
| HSV(B) | 338º | 0.58% | 0.61% | - |
| XYZ | 17.91 | 11.87 | 13.15 | - |
| YUV | 96.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 99 | 0 | 0.58 | 0.37 | 0.39 | 338 | 0.41 | 0.44 |
| Hex | 9C | 42 | 63 | 0 | 3A | 25 | 27 | 152 | 29 | 2C |
| Octal | 234 | 102 | 143 | 0 | 72 | 45 | 47 | 522 | 51 | 54 |
| Binary | 10011100 | 1000010 | 1100011 | 0 | 111010 | 100101 | 100111 | 101010010 | 101001 | 101100 |
Color Harmonies of #9C4263
Complementary color
Monochromatic Colors of #9C4263
Black with #9C4263
Text Example
Text Example
White with #9C4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4263; }
p { color: rgb(156,66,99); }
H1.HeaderClassName
{
color: #9C4263;
}
.AnyTagClassName
{
color: #9C4263;
}
</style>
background-color css
<style>
a { background-color: #9C4263; }
a { background-color: rgb(156,66,99); }
div.DivClassName
{
background-color: #9C4263;
}
.BgClassName
{
background-color: #9C4263;
}
</style>
border-color css
<style>
span { border-color: #9C4263; }
span { border-color: rgb(156,66,99); }
td.TdClassName
{
border-color: #9C4263;
}
.TagClassName
{
border-color: #9C4263;
}
</style>