Html Css Color HEX #988384 Turkish Rose

📋 copy color: '#988384'

red 152 ◦ green 131 ◦ blue 132

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

Shades of Turkish Rose #988384

Tints of Turkish Rose #988384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 132 (51.95% from 255) = 31.81%

R = 36.63%
G = 31.57%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988384 (or 0x988384) is known color: Turkish Rose. HEX triplet: 98, 83 and 84. RGB value is (152,131,132). Sum of RGB (Red+Green+Blue) = 152+131+132=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #988384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988384 is #677C7B. Grayscale: #898989. Windows color (decimal): -6782076 or 8684440. OLE color: 8684440.

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

Color convert

RGB 152 131 132 -
CMYK 0 0.14 0.13 0.40
HSL 357.14º 0.09% 0.55% -
HSV(B) 357.14º 0.14% 0.6% -
XYZ 25.23 24.57 25.24 -
YUV 137.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 152 131 132 0 0.14 0.13 0.40 357.14 0.09 0.55
Hex 98 83 84 0 E D 28 165 9 37
Octal 230 203 204 0 16 15 50 545 11 67
Binary 10011000 10000011 10000100 0 1110 1101 101000 101100101 1001 110111

Color Harmonies of #988384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988384

Black with #988384

Text Example


Text Example

White with #988384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988384; }

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

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

background-color css

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

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

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

border-color css

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

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

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