#904765

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

Shades of Cadillac #904765

Tints of Cadillac #904765

Color information

#904765 (or 0x904765) is unknown color: approx Cadillac. HEX triplet: 90, 47 and 65. RGB value is (144,71,101). Sum of RGB (Red+Green+Blue) = 144+71+101=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #904765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904765 is #6FB89A. Grayscale: #606060. Windows color (decimal): -7321755 or 6637456. OLE color: 6637456.

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

Color convert

RGB14471101-
CMYK00.510.300.44
HSL335.34º33.95%42.16%-
HSV(B)335.34º50.69%56.47%-
XYZ16.111.3813.66-
YUV96.25130.68162.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=45.57%
G=22.47%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447110100.510.300.44335.3433.9542.16
Hex9047650331E2C14f222a
Octal22010714506336545174252
Binary1001000010001111100101011001111110101100101001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904765; }

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

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

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

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

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

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

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

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