#9E4768

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

Shades of Cadillac #9E4768

Tints of Cadillac #9E4768

Color information

#9E4768 (or 0x9E4768) is unknown color: approx Cadillac. HEX triplet: 9E, 47 and 68. RGB value is (158,71,104). Sum of RGB (Red+Green+Blue) = 158+71+104=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4768 is #61B897. Grayscale: #646464. Windows color (decimal): -6404248 or 6834078. OLE color: 6834078.

HSL color Cylindrical-coordinate representation of color #9E4768: hue angle of 337.24º 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 #9E4768 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15871104-
CMYK00.550.340.38
HSL337.24º37.99%44.9%-
HSV(B)337.24º55.06%61.96%-
XYZ18.8512.7814.57-
YUV100.78129.82168.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=47.45%
G=21.32%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587110400.550.340.38337.2437.9944.9
Hex9E47680372226151262d
Octal23610715006742465214655
Binary10011110100011111010000110111100010100110101010001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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