#986E7B

Color #986E7B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #986E7B

Tints of Turkish Rose #986E7B

Color information

#986E7B (or 0x986E7B) is unknown color: approx 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

RGB152110123-
CMYK00.280.190.40
HSL341.43º16.94%51.37%-
HSV(B)341.43º27.63%59.61%-
XYZ22.119.2621.29-
YUV124.04127.41147.94-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211012300.280.190.40341.4316.9451.37
Hex986E7B01C13281551133
Octal23015617303423505252163
Binary10011000110111011110110111001001110100010101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>