Html Css Color HEX #9E4D70 Cadillac

📋 copy color: '#9E4D70'

red 158 ◦ green 77 ◦ blue 112

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

Shades of Cadillac #9E4D70

Tints of Cadillac #9E4D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 45.53%
G = 22.19%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E4D70 (or 0x9E4D70) is known color: Cadillac. HEX triplet: 9E, 4D and 70. RGB value is (158,77,112). Sum of RGB (Red+Green+Blue) = 158+77+112=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D70 is #61B28F. Grayscale: #696969. Windows color (decimal): -6402704 or 7359902. OLE color: 7359902.

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

Color convert

RGB 158 77 112 -
CMYK 0 0.51 0.29 0.38
HSL 334.07º 0.34% 0.46% -
HSV(B) 334.07º 0.51% 0.62% -
XYZ 19.68 13.75 16.95 -
YUV 105.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 158 77 112 0 0.51 0.29 0.38 334.07 0.34 0.46
Hex 9E 4D 70 0 33 1D 26 14E 22 2E
Octal 236 115 160 0 63 35 46 516 42 56
Binary 10011110 1001101 1110000 0 110011 11101 100110 101001110 100010 101110

Color Harmonies of #9E4D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4D70

Black with #9E4D70

Text Example


Text Example

White with #9E4D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,77,112); }

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

background-color css

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

 a { background-color: rgb(158,77,112); }

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

border-color css

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

 span { border-color: rgb(158,77,112); }

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