#993A63

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

Shades of Cadillac #993A63

Tints of Cadillac #993A63

Color information

#993A63 (or 0x993A63) is unknown color: approx Cadillac. HEX triplet: 99, 3A and 63. RGB value is (153,58,99). Sum of RGB (Red+Green+Blue) = 153+58+99=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #993A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A63 is #66C59C. Grayscale: #5B5B5B. Windows color (decimal): -6735261 or 6503065. OLE color: 6503065.

HSL color Cylindrical-coordinate representation of color #993A63: hue angle of 334.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A63 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB1535899-
CMYK00.620.350.4
HSL334.11º45.02%41.37%-
HSV(B)334.11º62.09%60%-
XYZ16.910.712.98-
YUV91.08132.47172.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=49.35%
G=18.71%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153589900.620.350.4334.1145.0241.37
Hex993A6303E232814e2d29
Octal2317214307643505165551
Binary1001100111101011000110111110100011101000101001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A63; }

 p { color: rgb(153,58,99); }

 H1.HeaderClassName
 {
   color: #993A63;
 }
 .AnyTagClassName
 {
   color: #993A63;
 }
</style>
background-color css

<style>
 a { background-color: #993A63; }

 a { background-color: rgb(153,58,99); }

 div.DivClassName
 {
   background-color: #993A63;
 }
 .BgClassName
 {
   background-color: #993A63;
 }
</style>
border-color css

<style>
 span { border-color: #993A63; }

 span { border-color: rgb(153,58,99); }

 td.TdClassName
 {
   border-color: #993A63;
 }
 .TagClassName
 {
   border-color: #993A63;
 }
</style>