#944770

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

Shades of Cadillac #944770

Tints of Cadillac #944770

Color information

#944770 (or 0x944770) is unknown color: approx Cadillac. HEX triplet: 94, 47 and 70. RGB value is (148,71,112). Sum of RGB (Red+Green+Blue) = 148+71+112=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #944770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944770 is #6BB88F. Grayscale: #626262. Windows color (decimal): -7059600 or 7358356. OLE color: 7358356.

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

Color convert

RGB14871112-
CMYK00.520.240.42
HSL328.05º35.16%42.94%-
HSV(B)328.05º52.03%58.04%-
XYZ17.3911.9716.72-
YUV98.7135.51163.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=44.71%
G=21.45%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487111200.520.240.42328.0535.1642.94
Hex944770034182A148232b
Octal22410716006430525104353
Binary1001010010001111110000011010011000101010101001000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944770; }

 p { color: rgb(148,71,112); }

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

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

 a { background-color: rgb(148,71,112); }

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

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

 span { border-color: rgb(148,71,112); }

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