#9E4F69

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

Shades of Cadillac #9E4F69

Tints of Cadillac #9E4F69

Color information

#9E4F69 (or 0x9E4F69) is unknown color: approx Cadillac. HEX triplet: 9E, 4F and 69. RGB value is (158,79,105). Sum of RGB (Red+Green+Blue) = 158+79+105=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F69 is #61B096. Grayscale: #696969. Windows color (decimal): -6402199 or 6901662. OLE color: 6901662.

HSL color Cylindrical-coordinate representation of color #9E4F69: hue angle of 340.25º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F69 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15879105-
CMYK00.500.340.38
HSL340.25º33.33%46.47%-
HSV(B)340.25º50%61.96%-
XYZ19.4513.8815.02-
YUV105.58127.67165.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.20%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=46.20%
G=23.10%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587910500.500.340.38340.2533.3346.47
Hex9E4F690322226154212e
Octal23611715106242465244156
Binary10011110100111111010010110010100010100110101010100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,105); }

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

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

 a { background-color: rgb(158,79,105); }

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

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

 span { border-color: rgb(158,79,105); }

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