#944760

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

Shades of Cadillac #944760

Tints of Cadillac #944760

Color information

#944760 (or 0x944760) is unknown color: approx Cadillac. HEX triplet: 94, 47 and 60. RGB value is (148,71,96). Sum of RGB (Red+Green+Blue) = 148+71+96=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #944760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944760 is #6BB89F. Grayscale: #606060. Windows color (decimal): -7059616 or 6309780. OLE color: 6309780.

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

Color convert

RGB1487196-
CMYK00.520.350.42
HSL340.52º35.16%42.94%-
HSV(B)340.52º52.03%58.04%-
XYZ16.5811.6512.44-
YUV96.87127.51164.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=46.98%
G=22.54%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148719600.520.350.42340.5235.1642.94
Hex944760034232A155232b
Octal22410714006443525254353
Binary10010100100011111000000110100100011101010101010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944760; }

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

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

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

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

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

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

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

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