Html Css Color HEX #9E6D78 Turkish Rose

📋 copy color: '#9E6D78'

red 158 ◦ green 109 ◦ blue 120

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

Shades of Turkish Rose #9E6D78

Tints of Turkish Rose #9E6D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 40.83%
G = 28.17%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9E6D78 (or 0x9E6D78) is known color: Turkish Rose. HEX triplet: 9E, 6D and 78. RGB value is (158,109,120). Sum of RGB (Red+Green+Blue) = 158+109+120=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D78 is #619287. Grayscale: #7C7C7C. Windows color (decimal): -6394504 or 7892382. OLE color: 7892382.

HSL color Cylindrical-coordinate representation of color #9E6D78: hue angle of 346.53º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E6D78 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 109 120 -
CMYK 0 0.31 0.24 0.38
HSL 346.53º 0.2% 0.52% -
HSV(B) 346.53º 0.31% 0.62% -
XYZ 22.96 19.56 20.34 -
YUV 124.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 158 109 120 0 0.31 0.24 0.38 346.53 0.2 0.52
Hex 9E 6D 78 0 1F 18 26 15B 14 34
Octal 236 155 170 0 37 30 46 533 24 64
Binary 10011110 1101101 1111000 0 11111 11000 100110 101011011 10100 110100

Color Harmonies of #9E6D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D78

Black with #9E6D78

Text Example


Text Example

White with #9E6D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,109,120); }

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

background-color css

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

 a { background-color: rgb(158,109,120); }

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

border-color css

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

 span { border-color: rgb(158,109,120); }

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