#993D5C

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

Shades of Cadillac #993D5C

Tints of Cadillac #993D5C

Color information

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

RGB1536192-
CMYK00.600.400.4
HSL339.78º42.99%41.96%-
HSV(B)339.78º60.13%60%-
XYZ16.7410.8811.34-
YUV92.04127.98171.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=50%
G=19.93%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153619200.600.400.4339.7842.9941.96
Hex993D5C03C28281542b2a
Octal2317513407450505245352
Binary1001100111110110111000111100101000101000101010100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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