#9F4E64

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

Shades of Cadillac #9F4E64

Tints of Cadillac #9F4E64

Color information

#9F4E64 (or 0x9F4E64) is unknown color: approx Cadillac. HEX triplet: 9F, 4E and 64. RGB value is (159,78,100). Sum of RGB (Red+Green+Blue) = 159+78+100=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E64 is #60B19B. Grayscale: #686868. Windows color (decimal): -6336924 or 6573727. OLE color: 6573727.

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

Color convert

RGB15978100-
CMYK00.510.370.38
HSL343.7º34.18%46.47%-
HSV(B)343.7º50.94%62.35%-
XYZ19.3213.7413.69-
YUV104.73125.34166.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=47.18%
G=23.15%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597810000.510.370.38343.734.1846.47
Hex9F4E640332526158222e
Octal23711614406345465304256
Binary10011111100111011001000110011100101100110101011000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,100); }

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

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

 a { background-color: rgb(159,78,100); }

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

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

 span { border-color: rgb(159,78,100); }

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