Html Css Color HEX #9F6E7C Turkish Rose

📋 copy color: '#9F6E7C'

red 159 ◦ green 110 ◦ blue 124

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

Shades of Turkish Rose #9F6E7C

Tints of Turkish Rose #9F6E7C

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 40.46%
G = 27.99%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F6E7C (or 0x9F6E7C) is known color: Turkish Rose. HEX triplet: 9F, 6E and 7C. RGB value is (159,110,124). Sum of RGB (Red+Green+Blue) = 159+110+124=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E7C is #609183. Grayscale: #7E7E7E. Windows color (decimal): -6328708 or 8154783. OLE color: 8154783.

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

Color convert

RGB 159 110 124 -
CMYK 0 0.31 0.22 0.38
HSL 342.86º 0.2% 0.53% -
HSV(B) 342.86º 0.31% 0.62% -
XYZ 23.51 19.98 21.69 -
YUV 126.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 159 110 124 0 0.31 0.22 0.38 342.86 0.2 0.53
Hex 9F 6E 7C 0 1F 16 26 157 14 35
Octal 237 156 174 0 37 26 46 527 24 65
Binary 10011111 1101110 1111100 0 11111 10110 100110 101010111 10100 110101

Color Harmonies of #9F6E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6E7C

Black with #9F6E7C

Text Example


Text Example

White with #9F6E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,110,124); }

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

background-color css

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

 a { background-color: rgb(159,110,124); }

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

border-color css

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

 span { border-color: rgb(159,110,124); }

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