Html Css Color HEX #988082 Turkish Rose

📋 copy color: '#988082'

red 152 ◦ green 128 ◦ blue 130

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

Shades of Turkish Rose #988082

Tints of Turkish Rose #988082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 37.07%
G = 31.22%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988082 (or 0x988082) is known color: Turkish Rose. HEX triplet: 98, 80 and 82. RGB value is (152,128,130). Sum of RGB (Red+Green+Blue) = 152+128+130=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988082 is #677F7D. Grayscale: #878787. Windows color (decimal): -6782846 or 8552600. OLE color: 8552600.

HSL color Cylindrical-coordinate representation of color #988082: hue angle of 355º 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 #988082 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 130 -
CMYK 0 0.16 0.14 0.40
HSL 355º 0.1% 0.55% -
HSV(B) 355º 0.16% 0.6% -
XYZ 24.7 23.73 24.4 -
YUV 135.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 152 128 130 0 0.16 0.14 0.40 355 0.1 0.55
Hex 98 80 82 0 10 E 28 163 A 37
Octal 230 200 202 0 20 16 50 543 12 67
Binary 10011000 10000000 10000010 0 10000 1110 101000 101100011 1010 110111

Color Harmonies of #988082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988082

Black with #988082

Text Example


Text Example

White with #988082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988082; }

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

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

background-color css

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

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

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

border-color css

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

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

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