#944D63

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

Shades of Cadillac #944D63

Tints of Cadillac #944D63

Color information

#944D63 (or 0x944D63) is unknown color: approx Cadillac. HEX triplet: 94, 4D and 63. RGB value is (148,77,99). Sum of RGB (Red+Green+Blue) = 148+77+99=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #944D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D63 is #6BB29C. Grayscale: #646464. Windows color (decimal): -7058077 or 6507924. OLE color: 6507924.

HSL color Cylindrical-coordinate representation of color #944D63: hue angle of 341.41º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944D63 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1487799-
CMYK00.480.330.42
HSL341.41º31.56%44.12%-
HSV(B)341.41º47.97%58.04%-
XYZ17.1212.513.32-
YUV100.74127.02161.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=45.68%
G=23.77%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148779900.480.330.42341.4131.5644.12
Hex944D63030212A155202c
Octal22411514306041525254054
Binary10010100100110111000110110000100001101010101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,77,99); }

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

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

 a { background-color: rgb(148,77,99); }

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

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

 span { border-color: rgb(148,77,99); }

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