#9E466A

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

Shades of Cadillac #9E466A

Tints of Cadillac #9E466A

Color information

#9E466A (or 0x9E466A) is unknown color: approx Cadillac. HEX triplet: 9E, 46 and 6A. RGB value is (158,70,106). Sum of RGB (Red+Green+Blue) = 158+70+106=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E466A is #61B995. Grayscale: #646464. Windows color (decimal): -6404502 or 6964894. OLE color: 6964894.

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

Color convert

RGB15870106-
CMYK00.560.330.38
HSL335.45º38.6%44.71%-
HSV(B)335.45º55.7%61.96%-
XYZ18.8912.6915.09-
YUV100.42131.15169.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.31%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=47.31%
G=20.96%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587010600.560.330.38335.4538.644.71
Hex9E466A038212614f272d
Octal23610615207041465174755
Binary10011110100011011010100111000100001100110101001111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,70,106); }

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

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

 a { background-color: rgb(158,70,106); }

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

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

 span { border-color: rgb(158,70,106); }

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