Html Css Color HEX #9F6D7C Turkish Rose

📋 copy color: '#9F6D7C'

red 159 ◦ green 109 ◦ blue 124

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

Shades of Turkish Rose #9F6D7C

Tints of Turkish Rose #9F6D7C

RGB

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

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

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

R = 40.56%
G = 27.81%
B = 31.63%

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

#9F6D7C (or 0x9F6D7C) is known color: Turkish Rose. HEX triplet: 9F, 6D and 7C. RGB value is (159,109,124). Sum of RGB (Red+Green+Blue) = 159+109+124=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6D7C is #609283. Grayscale: #7D7D7D. Windows color (decimal): -6328964 or 8154527. OLE color: 8154527.

HSL color Cylindrical-coordinate representation of color #9F6D7C: hue angle of 342º degrees, saturation: 0.21, 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 #9F6D7C is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 109 124 -
CMYK 0 0.31 0.22 0.38
HSL 342º 0.21% 0.53% -
HSV(B) 342º 0.31% 0.62% -
XYZ 23.4 19.76 21.65 -
YUV 125.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 159 109 124 0 0.31 0.22 0.38 342 0.21 0.53
Hex 9F 6D 7C 0 1F 16 26 156 15 35
Octal 237 155 174 0 37 26 46 526 25 65
Binary 10011111 1101101 1111100 0 11111 10110 100110 101010110 10101 110101

Color Harmonies of #9F6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6D7C

Black with #9F6D7C

Text Example


Text Example

White with #9F6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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