#993D63

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

Shades of Cadillac #993D63

Tints of Cadillac #993D63

Color information

#993D63 (or 0x993D63) is unknown color: approx Cadillac. HEX triplet: 99, 3D and 63. RGB value is (153,61,99). Sum of RGB (Red+Green+Blue) = 153+61+99=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #993D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D63 is #66C29C. Grayscale: #5C5C5C. Windows color (decimal): -6734493 or 6503833. OLE color: 6503833.

HSL color Cylindrical-coordinate representation of color #993D63: hue angle of 335.22º 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 #993D63 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB1536199-
CMYK00.600.350.4
HSL335.22º42.99%41.96%-
HSV(B)335.22º60.13%60%-
XYZ17.0611.0113.03-
YUV92.84131.48170.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=48.88%
G=19.49%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153619900.600.350.4335.2242.9941.96
Hex993D6303C232814f2b2a
Octal2317514307443505175352
Binary1001100111110111000110111100100011101000101001111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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