Html Css Color HEX #9D6C7A Turkish Rose

📋 copy color: '#9D6C7A'

red 157 ◦ green 108 ◦ blue 122

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

Shades of Turkish Rose #9D6C7A

Tints of Turkish Rose #9D6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 40.57%
G = 27.91%
B = 31.52%

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

#9D6C7A (or 0x9D6C7A) is known color: Turkish Rose. HEX triplet: 9D, 6C and 7A. RGB value is (157,108,122). Sum of RGB (Red+Green+Blue) = 157+108+122=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6C7A is #629385. Grayscale: #7C7C7C. Windows color (decimal): -6460294 or 8023197. OLE color: 8023197.

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

Color convert

RGB 157 108 122 -
CMYK 0 0.31 0.22 0.38
HSL 342.86º 0.2% 0.52% -
HSV(B) 342.86º 0.31% 0.62% -
XYZ 22.78 19.3 20.94 -
YUV 124.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 157 108 122 0 0.31 0.22 0.38 342.86 0.2 0.52
Hex 9D 6C 7A 0 1F 16 26 157 14 34
Octal 235 154 172 0 37 26 46 527 24 64
Binary 10011101 1101100 1111010 0 11111 10110 100110 101010111 10100 110100

Color Harmonies of #9D6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6C7A

Black with #9D6C7A

Text Example


Text Example

White with #9D6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,108,122); }

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

background-color css

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

 a { background-color: rgb(157,108,122); }

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

border-color css

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

 span { border-color: rgb(157,108,122); }

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