#944967

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

Shades of Cadillac #944967

Tints of Cadillac #944967

Color information

#944967 (or 0x944967) is unknown color: approx Cadillac. HEX triplet: 94, 49 and 67. RGB value is (148,73,103). Sum of RGB (Red+Green+Blue) = 148+73+103=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #944967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944967 is #6BB698. Grayscale: #626262. Windows color (decimal): -7059097 or 6769044. OLE color: 6769044.

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

Color convert

RGB14873103-
CMYK00.510.300.42
HSL336º33.94%43.33%-
HSV(B)336º50.68%58.04%-
XYZ17.0412.0414.26-
YUV98.84130.35163.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=45.68%
G=22.53%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487310300.510.300.4233633.9443.33
Hex9449670331E2A150222b
Octal22411114706336525204253
Binary1001010010010011100111011001111110101010101010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944967; }

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

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

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

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

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

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

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

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