#944958

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

Shades of Cadillac #944958

Tints of Cadillac #944958

Color information

#944958 (or 0x944958) is unknown color: approx Cadillac. HEX triplet: 94, 49 and 58. RGB value is (148,73,88). Sum of RGB (Red+Green+Blue) = 148+73+88=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #944958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944958 is #6BB6A7. Grayscale: #616161. Windows color (decimal): -7059112 or 5786004. OLE color: 5786004.

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

Color convert

RGB1487388-
CMYK00.510.410.42
HSL348º33.94%43.33%-
HSV(B)348º50.68%58.04%-
XYZ16.3611.7710.64-
YUV97.14122.85164.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=47.90%
G=23.62%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148738800.510.410.4234833.9443.33
Hex944958033292A15c222b
Octal22411113006351525344253
Binary10010100100100110110000110011101001101010101011100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944958; }

 p { color: rgb(148,73,88); }

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

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

 a { background-color: rgb(148,73,88); }

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

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

 span { border-color: rgb(148,73,88); }

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