Html Css Color HEX #9D6871 Turkish Rose

📋 copy color: '#9D6871'

red 157 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #9D6871

Tints of Turkish Rose #9D6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 41.98%
G = 27.81%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D6871 (or 0x9D6871) is known color: Turkish Rose. HEX triplet: 9D, 68 and 71. RGB value is (157,104,113). Sum of RGB (Red+Green+Blue) = 157+104+113=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6871 is #62978E. Grayscale: #787878. Windows color (decimal): -6461327 or 7432349. OLE color: 7432349.

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

Color convert

RGB 157 104 113 -
CMYK 0 0.34 0.28 0.38
HSL 349.81º 0.21% 0.51% -
HSV(B) 349.81º 0.34% 0.62% -
XYZ 21.84 18.26 18 -
YUV 120.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 157 104 113 0 0.34 0.28 0.38 349.81 0.21 0.51
Hex 9D 68 71 0 22 1C 26 15E 15 33
Octal 235 150 161 0 42 34 46 536 25 63
Binary 10011101 1101000 1110001 0 100010 11100 100110 101011110 10101 110011

Color Harmonies of #9D6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6871

Black with #9D6871

Text Example


Text Example

White with #9D6871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,104,113); }

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

background-color css

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

 a { background-color: rgb(157,104,113); }

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

border-color css

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

 span { border-color: rgb(157,104,113); }

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