#9E445E

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

Shades of Cadillac #9E445E

Tints of Cadillac #9E445E

Color information

#9E445E (or 0x9E445E) is unknown color: approx Cadillac. HEX triplet: 9E, 44 and 5E. RGB value is (158,68,94). Sum of RGB (Red+Green+Blue) = 158+68+94=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E445E is #61BBA1. Grayscale: #616161. Windows color (decimal): -6405026 or 6177950. OLE color: 6177950.

HSL color Cylindrical-coordinate representation of color #9E445E: hue angle of 342.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E445E is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1586894-
CMYK00.570.410.38
HSL342.67º39.82%44.31%-
HSV(B)342.67º56.96%61.96%-
XYZ18.1912.2111.99-
YUV97.87125.82170.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=49.38%
G=21.25%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158689400.570.410.38342.6739.8244.31
Hex9E445E0392926157282c
Octal23610413607151465275054
Binary10011110100010010111100111001101001100110101010111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,94); }

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

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

 a { background-color: rgb(158,68,94); }

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

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

 span { border-color: rgb(158,68,94); }

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