Html Css Color HEX #998283 Turkish Rose

📋 copy color: '#998283'

red 153 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #998283

Tints of Turkish Rose #998283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 36.96%
G = 31.4%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#998283 (or 0x998283) is known color: Turkish Rose. HEX triplet: 99, 82 and 83. RGB value is (153,130,131). Sum of RGB (Red+Green+Blue) = 153+130+131=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998283 is #667D7C. Grayscale: #898989. Windows color (decimal): -6716797 or 8618649. OLE color: 8618649.

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

Color convert

RGB 153 130 131 -
CMYK 0 0.15 0.14 0.4
HSL 357.39º 0.1% 0.55% -
HSV(B) 357.39º 0.15% 0.6% -
XYZ 25.22 24.38 24.85 -
YUV 136.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 153 130 131 0 0.15 0.14 0.4 357.39 0.1 0.55
Hex 99 82 83 0 F E 28 165 A 37
Octal 231 202 203 0 17 16 50 545 12 67
Binary 10011001 10000010 10000011 0 1111 1110 101000 101100101 1010 110111

Color Harmonies of #998283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998283

Black with #998283

Text Example


Text Example

White with #998283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998283; }

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

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

background-color css

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

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

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

border-color css

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

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

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