Html Css Color HEX #9D6F7C Turkish Rose

📋 copy color: '#9D6F7C'

red 157 ◦ green 111 ◦ blue 124

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

Shades of Turkish Rose #9D6F7C

Tints of Turkish Rose #9D6F7C

RGB

 RED value IS 157 (61.72% from 255) = 40.05%

 GREEN value IS 111 (43.75% from 255) = 28.32%

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

R = 40.05%
G = 28.32%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D6F7C (or 0x9D6F7C) is known color: Turkish Rose. HEX triplet: 9D, 6F and 7C. RGB value is (157,111,124). Sum of RGB (Red+Green+Blue) = 157+111+124=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F7C is #629083. Grayscale: #7E7E7E. Windows color (decimal): -6459524 or 8155037. OLE color: 8155037.

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

Color convert

RGB 157 111 124 -
CMYK 0 0.29 0.21 0.38
HSL 343.04º 0.19% 0.53% -
HSV(B) 343.04º 0.29% 0.62% -
XYZ 23.23 19.99 21.7 -
YUV 126.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 157 111 124 0 0.29 0.21 0.38 343.04 0.19 0.53
Hex 9D 6F 7C 0 1D 15 26 157 13 35
Octal 235 157 174 0 35 25 46 527 23 65
Binary 10011101 1101111 1111100 0 11101 10101 100110 101010111 10011 110101

Color Harmonies of #9D6F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6F7C

Black with #9D6F7C

Text Example


Text Example

White with #9D6F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,111,124); }

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

background-color css

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

 a { background-color: rgb(157,111,124); }

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

border-color css

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

 span { border-color: rgb(157,111,124); }

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