Html Css Color HEX #986E7B Turkish Rose

📋 copy color: '#986E7B'

red 152 ◦ green 110 ◦ blue 123

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

Shades of Turkish Rose #986E7B

Tints of Turkish Rose #986E7B

RGB

 RED value IS 152 (59.77% from 255) = 39.48%

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 39.48%
G = 28.57%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#986E7B (or 0x986E7B) is known color: Turkish Rose. HEX triplet: 98, 6E and 7B. RGB value is (152,110,123). Sum of RGB (Red+Green+Blue) = 152+110+123=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #986E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E7B is #679184. Grayscale: #7C7C7C. Windows color (decimal): -6787461 or 8089240. OLE color: 8089240.

HSL color Cylindrical-coordinate representation of color #986E7B: hue angle of 341.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986E7B is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 110 123 -
CMYK 0 0.28 0.19 0.40
HSL 341.43º 0.17% 0.51% -
HSV(B) 341.43º 0.28% 0.6% -
XYZ 22.1 19.26 21.29 -
YUV 124.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 152 110 123 0 0.28 0.19 0.40 341.43 0.17 0.51
Hex 98 6E 7B 0 1C 13 28 155 11 33
Octal 230 156 173 0 34 23 50 525 21 63
Binary 10011000 1101110 1111011 0 11100 10011 101000 101010101 10001 110011

Color Harmonies of #986E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E7B

Black with #986E7B

Text Example


Text Example

White with #986E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986E7B; }

 p { color: rgb(152,110,123); }

 H1.HeaderClassName
 {
   color: #986E7B;
 }
 .AnyTagClassName
 {
   color: #986E7B;
 }
</style>

background-color css

<style>
 a { background-color: #986E7B; }

 a { background-color: rgb(152,110,123); }

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

border-color css

<style>
 span { border-color: #986E7B; }

 span { border-color: rgb(152,110,123); }

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