#998283

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

Shades of Turkish Rose #998283

Tints of Turkish Rose #998283

Color information

#998283 (or 0x998283) is unknown color: approx 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

RGB153130131-
CMYK00.150.140.4
HSL357.39º10.13%55.49%-
HSV(B)357.39º15.03%60%-
XYZ25.2224.3824.85-
YUV136.99124.62139.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=36.96%
G=31.40%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313013100.150.140.4357.3910.1355.49
Hex9982830FE28165a37
Octal23120220301716505451267
Binary1001100110000010100000110111111101010001011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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