#904760

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

Shades of Cadillac #904760

Tints of Cadillac #904760

Color information

#904760 (or 0x904760) is unknown color: approx Cadillac. HEX triplet: 90, 47 and 60. RGB value is (144,71,96). Sum of RGB (Red+Green+Blue) = 144+71+96=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #904760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904760 is #6FB89F. Grayscale: #5F5F5F. Windows color (decimal): -7321760 or 6309776. OLE color: 6309776.

HSL color Cylindrical-coordinate representation of color #904760: hue angle of 339.45º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904760 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1447196-
CMYK00.510.330.44
HSL339.45º33.95%42.16%-
HSV(B)339.45º50.69%56.47%-
XYZ15.8711.2812.41-
YUV95.68128.18162.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=46.30%
G=22.83%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144719600.510.330.44339.4533.9542.16
Hex904760033212C153222a
Octal22010714006341545234252
Binary10010000100011111000000110011100001101100101010011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904760; }

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

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

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

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

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

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

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

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