#994D6E

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

Shades of Cadillac #994D6E

Tints of Cadillac #994D6E

Color information

#994D6E (or 0x994D6E) is unknown color: approx Cadillac. HEX triplet: 99, 4D and 6E. RGB value is (153,77,110). Sum of RGB (Red+Green+Blue) = 153+77+110=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #994D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D6E is #66B291. Grayscale: #676767. Windows color (decimal): -6730386 or 7228825. OLE color: 7228825.

HSL color Cylindrical-coordinate representation of color #994D6E: hue angle of 333.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D6E is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB15377110-
CMYK00.500.280.4
HSL333.95º33.04%45.1%-
HSV(B)333.95º49.67%60%-
XYZ18.6113.2116.32-
YUV103.49131.68163.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=45%
G=22.65%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537711000.500.280.4333.9533.0445.1
Hex994D6E0321C2814e212d
Octal23111515606234505164155
Binary1001100110011011101110011001011100101000101001110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994D6E; }

 p { color: rgb(153,77,110); }

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

<style>
 a { background-color: #994D6E; }

 a { background-color: rgb(153,77,110); }

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

<style>
 span { border-color: #994D6E; }

 span { border-color: rgb(153,77,110); }

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