Html Css Color HEX #988081 Turkish Rose

📋 copy color: '#988081'

red 152 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #988081

Tints of Turkish Rose #988081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 37.16%
G = 31.3%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#988081 (or 0x988081) is known color: Turkish Rose. HEX triplet: 98, 80 and 81. RGB value is (152,128,129). Sum of RGB (Red+Green+Blue) = 152+128+129=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988081 is #677F7E. Grayscale: #878787. Windows color (decimal): -6782847 or 8487064. OLE color: 8487064.

HSL color Cylindrical-coordinate representation of color #988081: hue angle of 357.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988081 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 129 -
CMYK 0 0.16 0.15 0.40
HSL 357.5º 0.1% 0.55% -
HSV(B) 357.5º 0.16% 0.6% -
XYZ 24.63 23.7 24.05 -
YUV 135.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 152 128 129 0 0.16 0.15 0.40 357.5 0.1 0.55
Hex 98 80 81 0 10 F 28 166 A 37
Octal 230 200 201 0 20 17 50 546 12 67
Binary 10011000 10000000 10000001 0 10000 1111 101000 101100110 1010 110111

Color Harmonies of #988081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988081

Black with #988081

Text Example


Text Example

White with #988081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988081; }

 p { color: rgb(152,128,129); }

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

background-color css

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

 a { background-color: rgb(152,128,129); }

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

border-color css

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

 span { border-color: rgb(152,128,129); }

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