Shades of Cadillac #993F5A
Tints of Cadillac #993F5A
RGB
CMYK
RGB Variations
Color information
#993F5A (or 0x993F5A) is known color: Cadillac. HEX triplet: 99, 3F and 5A. RGB value is (153,63,90). Sum of RGB (Red+Green+Blue) = 153+63+90=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F5A is #66C0A5. Grayscale: #5C5C5C. Windows color (decimal): -6733990 or 5914521. OLE color: 5914521.
HSL color Cylindrical-coordinate representation of color #993F5A: hue angle of 342º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F5A is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 90 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.4 |
| HSL | 342º | 0.42% | 0.42% | - |
| HSV(B) | 342º | 0.59% | 0.6% | - |
| XYZ | 16.76 | 11.07 | 10.93 | - |
| YUV | 92.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 90 | 0 | 0.59 | 0.41 | 0.4 | 342 | 0.42 | 0.42 |
| Hex | 99 | 3F | 5A | 0 | 3B | 29 | 28 | 156 | 2A | 2A |
| Octal | 231 | 77 | 132 | 0 | 73 | 51 | 50 | 526 | 52 | 52 |
| Binary | 10011001 | 111111 | 1011010 | 0 | 111011 | 101001 | 101000 | 101010110 | 101010 | 101010 |
Color Harmonies of #993F5A
Complementary color
Monochromatic Colors of #993F5A
Black with #993F5A
Text Example
Text Example
White with #993F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F5A; }
p { color: rgb(153,63,90); }
H1.HeaderClassName
{
color: #993F5A;
}
.AnyTagClassName
{
color: #993F5A;
}
</style>
background-color css
<style>
a { background-color: #993F5A; }
a { background-color: rgb(153,63,90); }
div.DivClassName
{
background-color: #993F5A;
}
.BgClassName
{
background-color: #993F5A;
}
</style>
border-color css
<style>
span { border-color: #993F5A; }
span { border-color: rgb(153,63,90); }
td.TdClassName
{
border-color: #993F5A;
}
.TagClassName
{
border-color: #993F5A;
}
</style>