#944963

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

Shades of Cadillac #944963

Tints of Cadillac #944963

Color information

#944963 (or 0x944963) is unknown color: approx Cadillac. HEX triplet: 94, 49 and 63. RGB value is (148,73,99). Sum of RGB (Red+Green+Blue) = 148+73+99=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #944963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944963 is #6BB69C. Grayscale: #626262. Windows color (decimal): -7059101 or 6506900. OLE color: 6506900.

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

Color convert

RGB1487399-
CMYK00.510.330.42
HSL339.2º33.94%43.33%-
HSV(B)339.2º50.68%58.04%-
XYZ16.8511.9613.23-
YUV98.39128.35163.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=46.25%
G=22.81%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148739900.510.330.42339.233.9443.33
Hex944963033212A153222b
Octal22411114306341525234253
Binary10010100100100111000110110011100001101010101010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944963; }

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

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

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

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

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

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

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

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