#944257

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

Shades of Cadillac #944257

Tints of Cadillac #944257

Color information

#944257 (or 0x944257) is unknown color: approx Cadillac. HEX triplet: 94, 42 and 57. RGB value is (148,66,87). Sum of RGB (Red+Green+Blue) = 148+66+87=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #944257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944257 is #6BBDA8. Grayscale: #5C5C5C. Windows color (decimal): -7060905 or 5718676. OLE color: 5718676.

HSL color Cylindrical-coordinate representation of color #944257: hue angle of 344.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944257 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1486687-
CMYK00.550.410.42
HSL344.63º38.32%41.96%-
HSV(B)344.63º55.41%58.04%-
XYZ15.8810.8810.28-
YUV92.91124.67167.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=49.17%
G=21.93%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148668700.550.410.42344.6338.3241.96
Hex944257037292A159262a
Octal22410212706751525314652
Binary10010100100001010101110110111101001101010101011001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944257; }

 p { color: rgb(148,66,87); }

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

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

 a { background-color: rgb(148,66,87); }

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

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

 span { border-color: rgb(148,66,87); }

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