#9E475A

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

Shades of Cadillac #9E475A

Tints of Cadillac #9E475A

Color information

#9E475A (or 0x9E475A) is unknown color: approx Cadillac. HEX triplet: 9E, 47 and 5A. RGB value is (158,71,90). Sum of RGB (Red+Green+Blue) = 158+71+90=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E475A is #61B8A5. Grayscale: #636363. Windows color (decimal): -6404262 or 5916574. OLE color: 5916574.

HSL color Cylindrical-coordinate representation of color #9E475A: hue angle of 346.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E475A is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1587190-
CMYK00.550.430.38
HSL346.9º37.99%44.9%-
HSV(B)346.9º55.06%61.96%-
XYZ18.212.5111.13-
YUV99.18122.82169.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=49.53%
G=22.26%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158719000.550.430.38346.937.9944.9
Hex9E475A0372B2615b262d
Octal23610713206753465334655
Binary10011110100011110110100110111101011100110101011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E475A; }

 p { color: rgb(158,71,90); }

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

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

 a { background-color: rgb(158,71,90); }

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

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

 span { border-color: rgb(158,71,90); }

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