#993F5A

Color #993F5A Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #993F5A

Tints of Cadillac #993F5A

Color information

#993F5A (or 0x993F5A) is unknown color: approx 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

RGB1536390-
CMYK00.590.410.4
HSL342º41.67%42.35%-
HSV(B)342º58.82%60%-
XYZ16.7611.0710.93-
YUV92.99126.32170.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=50%
G=20.59%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153639000.590.410.434241.6742.35
Hex993F5A03B29281562a2a
Octal2317713207351505265252
Binary1001100111111110110100111011101001101000101010110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>