Shades of Cadillac #9C435D
Tints of Cadillac #9C435D
RGB
CMYK
RGB Variations
Color information
#9C435D (or 0x9C435D) is known color: Cadillac. HEX triplet: 9C, 43 and 5D. RGB value is (156,67,93). Sum of RGB (Red+Green+Blue) = 156+67+93=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C435D is #63BCA2. Grayscale: #606060. Windows color (decimal): -6536355 or 6112156. OLE color: 6112156.
HSL color Cylindrical-coordinate representation of color #9C435D: hue angle of 342.47º 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 #9C435D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 93 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.39 |
| HSL | 342.47º | 0.4% | 0.44% | - |
| HSV(B) | 342.47º | 0.57% | 0.61% | - |
| XYZ | 17.69 | 11.87 | 11.72 | - |
| YUV | 96.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 93 | 0 | 0.57 | 0.40 | 0.39 | 342.47 | 0.4 | 0.44 |
| Hex | 9C | 43 | 5D | 0 | 39 | 28 | 27 | 156 | 28 | 2C |
| Octal | 234 | 103 | 135 | 0 | 71 | 50 | 47 | 526 | 50 | 54 |
| Binary | 10011100 | 1000011 | 1011101 | 0 | 111001 | 101000 | 100111 | 101010110 | 101000 | 101100 |
Color Harmonies of #9C435D
Complementary color
Monochromatic Colors of #9C435D
Black with #9C435D
Text Example
Text Example
White with #9C435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C435D; }
p { color: rgb(156,67,93); }
H1.HeaderClassName
{
color: #9C435D;
}
.AnyTagClassName
{
color: #9C435D;
}
</style>
background-color css
<style>
a { background-color: #9C435D; }
a { background-color: rgb(156,67,93); }
div.DivClassName
{
background-color: #9C435D;
}
.BgClassName
{
background-color: #9C435D;
}
</style>
border-color css
<style>
span { border-color: #9C435D; }
span { border-color: rgb(156,67,93); }
td.TdClassName
{
border-color: #9C435D;
}
.TagClassName
{
border-color: #9C435D;
}
</style>