Html Css Color HEX #998485 Turkish Rose

📋 copy color: '#998485'

red 153 ◦ green 132 ◦ blue 133

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

Shades of Turkish Rose #998485

Tints of Turkish Rose #998485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 36.6%
G = 31.58%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#998485 (or 0x998485) is known color: Turkish Rose. HEX triplet: 99, 84 and 85. RGB value is (153,132,133). Sum of RGB (Red+Green+Blue) = 153+132+133=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998485 is #667B7A. Grayscale: #8A8A8A. Windows color (decimal): -6716283 or 8750233. OLE color: 8750233.

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

Color convert

RGB 153 132 133 -
CMYK 0 0.14 0.13 0.4
HSL 357.14º 0.09% 0.56% -
HSV(B) 357.14º 0.14% 0.6% -
XYZ 25.62 24.97 25.66 -
YUV 138.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 153 132 133 0 0.14 0.13 0.4 357.14 0.09 0.56
Hex 99 84 85 0 E D 28 165 9 38
Octal 231 204 205 0 16 15 50 545 11 70
Binary 10011001 10000100 10000101 0 1110 1101 101000 101100101 1001 111000

Color Harmonies of #998485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998485

Black with #998485

Text Example


Text Example

White with #998485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998485; }

 p { color: rgb(153,132,133); }

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

background-color css

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

 a { background-color: rgb(153,132,133); }

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

border-color css

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

 span { border-color: rgb(153,132,133); }

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