#944863

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

Shades of Cadillac #944863

Tints of Cadillac #944863

Color information

#944863 (or 0x944863) is unknown color: approx Cadillac. HEX triplet: 94, 48 and 63. RGB value is (148,72,99). Sum of RGB (Red+Green+Blue) = 148+72+99=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #944863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944863 is #6BB79C. Grayscale: #616161. Windows color (decimal): -7059357 or 6506644. OLE color: 6506644.

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

Color convert

RGB1487299-
CMYK00.510.330.42
HSL338.68º34.55%43.14%-
HSV(B)338.68º51.35%58.04%-
XYZ16.7811.8313.2-
YUV97.8128.68163.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=46.39%
G=22.57%
B=31.03%

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
Decimal148729900.510.330.42338.6834.5543.14
Hex944863033212A153232b
Octal22411014306341525234353
Binary10010100100100011000110110011100001101010101010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944863; }

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

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

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

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

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

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

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

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