Html Css Color HEX #9E4E60 Cadillac

📋 copy color: '#9E4E60'

red 158 ◦ green 78 ◦ blue 96

#9E4E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #9E4E60

Tints of Cadillac #9E4E60

RGB

 RED value IS 158 (62.11% from 255) = 47.59%

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 47.59%
G = 23.49%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9E4E60 (or 0x9E4E60) is known color: Cadillac. HEX triplet: 9E, 4E and 60. RGB value is (158,78,96). Sum of RGB (Red+Green+Blue) = 158+78+96=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4E60 is #61B19F. Grayscale: #676767. Windows color (decimal): -6402464 or 6311582. OLE color: 6311582.

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

Color convert

RGB 158 78 96 -
CMYK 0 0.51 0.39 0.38
HSL 346.5º 0.34% 0.46% -
HSV(B) 346.5º 0.51% 0.62% -
XYZ 18.94 13.56 12.69 -
YUV 103.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 158 78 96 0 0.51 0.39 0.38 346.5 0.34 0.46
Hex 9E 4E 60 0 33 27 26 15A 22 2E
Octal 236 116 140 0 63 47 46 532 42 56
Binary 10011110 1001110 1100000 0 110011 100111 100110 101011010 100010 101110

Color Harmonies of #9E4E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4E60

Black with #9E4E60

Text Example


Text Example

White with #9E4E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,78,96); }

 H1.HeaderClassName
 {
   color: #9E4E60;
 }
 .AnyTagClassName
 {
   color: #9E4E60;
 }
</style>

background-color css

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

 a { background-color: rgb(158,78,96); }

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

border-color css

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

 span { border-color: rgb(158,78,96); }

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