Html Css Color HEX #998082 Turkish Rose

📋 copy color: '#998082'

red 153 ◦ green 128 ◦ blue 130

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

Shades of Turkish Rose #998082

Tints of Turkish Rose #998082

RGB

 RED value IS 153 (60.16% from 255) = 37.23%

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

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

R = 37.23%
G = 31.14%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#998082 (or 0x998082) is known color: Turkish Rose. HEX triplet: 99, 80 and 82. RGB value is (153,128,130). Sum of RGB (Red+Green+Blue) = 153+128+130=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998082 is #667F7D. Grayscale: #878787. Windows color (decimal): -6717310 or 8552601. OLE color: 8552601.

HSL color Cylindrical-coordinate representation of color #998082: hue angle of 355.2º degrees, saturation: 0.11, 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 #998082 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 130 -
CMYK 0 0.16 0.15 0.4
HSL 355.2º 0.11% 0.55% -
HSV(B) 355.2º 0.16% 0.6% -
XYZ 24.89 23.82 24.41 -
YUV 135.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 153 128 130 0 0.16 0.15 0.4 355.2 0.11 0.55
Hex 99 80 82 0 10 F 28 163 B 37
Octal 231 200 202 0 20 17 50 543 13 67
Binary 10011001 10000000 10000010 0 10000 1111 101000 101100011 1011 110111

Color Harmonies of #998082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998082

Black with #998082

Text Example


Text Example

White with #998082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998082; }

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

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

background-color css

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

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

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

border-color css

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

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

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