Html Css Color HEX #9E6672 Turkish Rose

📋 copy color: '#9E6672'

red 158 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #9E6672

Tints of Turkish Rose #9E6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 42.25%
G = 27.27%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E6672 (or 0x9E6672) is known color: Turkish Rose. HEX triplet: 9E, 66 and 72. RGB value is (158,102,114). Sum of RGB (Red+Green+Blue) = 158+102+114=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6672 is #61998D. Grayscale: #787878. Windows color (decimal): -6396302 or 7497374. OLE color: 7497374.

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

Color convert

RGB 158 102 114 -
CMYK 0 0.35 0.28 0.38
HSL 347.14º 0.22% 0.51% -
HSV(B) 347.14º 0.35% 0.62% -
XYZ 21.89 17.99 18.24 -
YUV 120.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 158 102 114 0 0.35 0.28 0.38 347.14 0.22 0.51
Hex 9E 66 72 0 23 1C 26 15B 16 33
Octal 236 146 162 0 43 34 46 533 26 63
Binary 10011110 1100110 1110010 0 100011 11100 100110 101011011 10110 110011

Color Harmonies of #9E6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6672

Black with #9E6672

Text Example


Text Example

White with #9E6672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,102,114); }

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

background-color css

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

 a { background-color: rgb(158,102,114); }

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

border-color css

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

 span { border-color: rgb(158,102,114); }

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