Shades of Cadillac #993D5C
Tints of Cadillac #993D5C
RGB
CMYK
RGB Variations
Color information
#993D5C (or 0x993D5C) is known color: Cadillac. HEX triplet: 99, 3D and 5C. RGB value is (153,61,92). Sum of RGB (Red+Green+Blue) = 153+61+92=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D5C is #66C2A3. Grayscale: #5C5C5C. Windows color (decimal): -6734500 or 6045081. OLE color: 6045081.
HSL color Cylindrical-coordinate representation of color #993D5C: hue angle of 339.78º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D5C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 92 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.4 |
| HSL | 339.78º | 0.43% | 0.42% | - |
| HSV(B) | 339.78º | 0.6% | 0.6% | - |
| XYZ | 16.74 | 10.88 | 11.34 | - |
| YUV | 92.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 92 | 0 | 0.60 | 0.40 | 0.4 | 339.78 | 0.43 | 0.42 |
| Hex | 99 | 3D | 5C | 0 | 3C | 28 | 28 | 154 | 2B | 2A |
| Octal | 231 | 75 | 134 | 0 | 74 | 50 | 50 | 524 | 53 | 52 |
| Binary | 10011001 | 111101 | 1011100 | 0 | 111100 | 101000 | 101000 | 101010100 | 101011 | 101010 |
Color Harmonies of #993D5C
Complementary color
Monochromatic Colors of #993D5C
Black with #993D5C
Text Example
Text Example
White with #993D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D5C; }
p { color: rgb(153,61,92); }
H1.HeaderClassName
{
color: #993D5C;
}
.AnyTagClassName
{
color: #993D5C;
}
</style>
background-color css
<style>
a { background-color: #993D5C; }
a { background-color: rgb(153,61,92); }
div.DivClassName
{
background-color: #993D5C;
}
.BgClassName
{
background-color: #993D5C;
}
</style>
border-color css
<style>
span { border-color: #993D5C; }
span { border-color: rgb(153,61,92); }
td.TdClassName
{
border-color: #993D5C;
}
.TagClassName
{
border-color: #993D5C;
}
</style>