#944375

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

Shades of Cadillac #944375

Tints of Cadillac #944375

Color information

#944375 (or 0x944375) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 75. RGB value is (148,67,117). Sum of RGB (Red+Green+Blue) = 148+67+117=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #944375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944375 is #6BBC8A. Grayscale: #606060. Windows color (decimal): -7060619 or 7685012. OLE color: 7685012.

HSL color Cylindrical-coordinate representation of color #944375: hue angle of 322.96º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944375 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14867117-
CMYK00.550.210.42
HSL322.96º37.67%42.16%-
HSV(B)322.96º54.73%58.04%-
XYZ17.4311.5918.15-
YUV96.92139.34164.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=44.58%
G=20.18%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486711700.550.210.42322.9637.6742.16
Hex944375037152A143262a
Octal22410316506725525034652
Binary1001010010000111110101011011110101101010101000011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944375; }

 p { color: rgb(148,67,117); }

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

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

 a { background-color: rgb(148,67,117); }

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

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

 span { border-color: rgb(148,67,117); }

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