Html Css Color HEX #985C58 Rose Taupe

📋 copy color: '#985C58'

red 152 ◦ green 92 ◦ blue 88

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

Shades of Rose Taupe #985C58

Tints of Rose Taupe #985C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 45.78%
G = 27.71%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#985C58 (or 0x985C58) is known color: Rose Taupe. HEX triplet: 98, 5C and 58. RGB value is (152,92,88). Sum of RGB (Red+Green+Blue) = 152+92+88=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #985C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C58 is #67A3A7. Grayscale: #6D6D6D. Windows color (decimal): -6792104 or 5790872. OLE color: 5790872.

HSL color Cylindrical-coordinate representation of color #985C58: hue angle of 3.75º 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 #985C58 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 88 -
CMYK 0 0.39 0.42 0.40
HSL 3.75º 0.27% 0.47% -
HSV(B) 3.75º 0.42% 0.6% -
XYZ 18.54 15.03 11.16 -
YUV 109.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 152 92 88 0 0.39 0.42 0.40 3.75 0.27 0.47
Hex 98 5C 58 0 27 2A 28 4 1B 2F
Octal 230 134 130 0 47 52 50 4 33 57
Binary 10011000 1011100 1011000 0 100111 101010 101000 100 11011 101111

Color Harmonies of #985C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C58

Black with #985C58

Text Example


Text Example

White with #985C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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