Html Css Color HEX #988283 Turkish Rose

📋 copy color: '#988283'

red 152 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #988283

Tints of Turkish Rose #988283

RGB

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

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

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

R = 36.8%
G = 31.48%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988283 (or 0x988283) is known color: Turkish Rose. HEX triplet: 98, 82 and 83. RGB value is (152,130,131). Sum of RGB (Red+Green+Blue) = 152+130+131=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988283 is #677D7C. Grayscale: #888888. Windows color (decimal): -6782333 or 8618648. OLE color: 8618648.

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

Color convert

RGB 152 130 131 -
CMYK 0 0.14 0.14 0.40
HSL 357.27º 0.1% 0.55% -
HSV(B) 357.27º 0.14% 0.6% -
XYZ 25.03 24.28 24.84 -
YUV 136.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 152 130 131 0 0.14 0.14 0.40 357.27 0.1 0.55
Hex 98 82 83 0 E E 28 165 A 37
Octal 230 202 203 0 16 16 50 545 12 67
Binary 10011000 10000010 10000011 0 1110 1110 101000 101100101 1010 110111

Color Harmonies of #988283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988283

Black with #988283

Text Example


Text Example

White with #988283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988283; }

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

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

background-color css

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

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

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

border-color css

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

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

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