#944763

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

Shades of Cadillac #944763

Tints of Cadillac #944763

Color information

#944763 (or 0x944763) is unknown color: approx Cadillac. HEX triplet: 94, 47 and 63. RGB value is (148,71,99). Sum of RGB (Red+Green+Blue) = 148+71+99=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #944763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944763 is #6BB89C. Grayscale: #616161. Windows color (decimal): -7059613 or 6506388. OLE color: 6506388.

HSL color Cylindrical-coordinate representation of color #944763: hue angle of 338.18º 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 #944763 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1487199-
CMYK00.520.330.42
HSL338.18º35.16%42.94%-
HSV(B)338.18º52.03%58.04%-
XYZ16.7211.713.18-
YUV97.22129.01164.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=46.54%
G=22.33%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148719900.520.330.42338.1835.1642.94
Hex944763034212A152232b
Octal22410714306441525224353
Binary10010100100011111000110110100100001101010101010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944763; }

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

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

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

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

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

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

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

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