#944D64

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

Shades of Cadillac #944D64

Tints of Cadillac #944D64

Color information

#944D64 (or 0x944D64) is unknown color: approx Cadillac. HEX triplet: 94, 4D and 64. RGB value is (148,77,100). Sum of RGB (Red+Green+Blue) = 148+77+100=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #944D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D64 is #6BB29B. Grayscale: #646464. Windows color (decimal): -7058076 or 6573460. OLE color: 6573460.

HSL color Cylindrical-coordinate representation of color #944D64: hue angle of 340.56º 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 #944D64 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14877100-
CMYK00.480.320.42
HSL340.56º31.56%44.12%-
HSV(B)340.56º47.97%58.04%-
XYZ17.1712.5213.57-
YUV100.85127.52161.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=45.54%
G=23.69%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487710000.480.320.42340.5631.5644.12
Hex944D64030202A155202c
Octal22411514406040525254054
Binary10010100100110111001000110000100000101010101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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