#904762

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

Shades of Cadillac #904762

Tints of Cadillac #904762

Color information

#904762 (or 0x904762) is unknown color: approx Cadillac. HEX triplet: 90, 47 and 62. RGB value is (144,71,98). Sum of RGB (Red+Green+Blue) = 144+71+98=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #904762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904762 is #6FB89D. Grayscale: #5F5F5F. Windows color (decimal): -7321758 or 6440848. OLE color: 6440848.

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

Color convert

RGB1447198-
CMYK00.510.320.44
HSL337.81º33.95%42.16%-
HSV(B)337.81º50.69%56.47%-
XYZ15.9611.3212.9-
YUV95.9129.18162.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=46.01%
G=22.68%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144719800.510.320.44337.8133.9542.16
Hex904762033202C152222a
Octal22010714206340545224252
Binary10010000100011111000100110011100000101100101010010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904762; }

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

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

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

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

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

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

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

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