Html Css Color HEX #9F6B7A Turkish Rose

📋 copy color: '#9F6B7A'

red 159 ◦ green 107 ◦ blue 122

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

Shades of Turkish Rose #9F6B7A

Tints of Turkish Rose #9F6B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 40.98%
G = 27.58%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F6B7A (or 0x9F6B7A) is known color: Turkish Rose. HEX triplet: 9F, 6B and 7A. RGB value is (159,107,122). Sum of RGB (Red+Green+Blue) = 159+107+122=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B7A is #609485. Grayscale: #7C7C7C. Windows color (decimal): -6329478 or 8022943. OLE color: 8022943.

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

Color convert

RGB 159 107 122 -
CMYK 0 0.33 0.23 0.38
HSL 342.69º 0.21% 0.52% -
HSV(B) 342.69º 0.33% 0.62% -
XYZ 23.07 19.29 20.92 -
YUV 124.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 159 107 122 0 0.33 0.23 0.38 342.69 0.21 0.52
Hex 9F 6B 7A 0 21 17 26 157 15 34
Octal 237 153 172 0 41 27 46 527 25 64
Binary 10011111 1101011 1111010 0 100001 10111 100110 101010111 10101 110100

Color Harmonies of #9F6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B7A

Black with #9F6B7A

Text Example


Text Example

White with #9F6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,107,122); }

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

background-color css

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

 a { background-color: rgb(159,107,122); }

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

border-color css

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

 span { border-color: rgb(159,107,122); }

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