Html Css Color HEX #985858 Rose Taupe

📋 copy color: '#985858'

red 152 ◦ green 88 ◦ blue 88

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

Shades of Rose Taupe #985858

Tints of Rose Taupe #985858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 46.34%
G = 26.83%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#985858 (or 0x985858) is known color: Rose Taupe. HEX triplet: 98, 58 and 58. RGB value is (152,88,88). Sum of RGB (Red+Green+Blue) = 152+88+88=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985858 is #67A7A7. Grayscale: #6B6B6B. Windows color (decimal): -6793128 or 5789848. OLE color: 5789848.

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

Color convert

RGB 152 88 88 -
CMYK 0 0.42 0.42 0.40
HSL 0.27% 0.47% -
HSV(B) 0.42% 0.6% -
XYZ 18.2 14.36 11.04 -
YUV 107.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 152 88 88 0 0.42 0.42 0.40 0 0.27 0.47
Hex 98 58 58 0 2A 2A 28 0 1B 2F
Octal 230 130 130 0 52 52 50 0 33 57
Binary 10011000 1011000 1011000 0 101010 101010 101000 0 11011 101111

Color Harmonies of #985858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985858

Black with #985858

Text Example


Text Example

White with #985858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985858; }

 p { color: rgb(152,88,88); }

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

background-color css

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

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

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

border-color css

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

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

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