#9E4F68

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

Shades of Cadillac #9E4F68

Tints of Cadillac #9E4F68

Color information

#9E4F68 (or 0x9E4F68) is unknown color: approx Cadillac. HEX triplet: 9E, 4F and 68. RGB value is (158,79,104). Sum of RGB (Red+Green+Blue) = 158+79+104=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F68 is #61B097. Grayscale: #696969. Windows color (decimal): -6402200 or 6836126. OLE color: 6836126.

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

Color convert

RGB15879104-
CMYK00.500.340.38
HSL341.01º33.33%46.47%-
HSV(B)341.01º50%61.96%-
XYZ19.413.8614.75-
YUV105.47127.17165.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=46.33%
G=23.17%
B=30.50%

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
Decimal1587910400.500.340.38341.0133.3346.47
Hex9E4F680322226155212e
Octal23611715006242465254156
Binary10011110100111111010000110010100010100110101010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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