Html Css Color HEX #905C58 Rose Taupe

📋 copy color: '#905C58'

red 144 ◦ green 92 ◦ blue 88

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

Shades of Rose Taupe #905C58

Tints of Rose Taupe #905C58

RGB

 RED value IS 144 (56.64% from 255) = 44.44%

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

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

R = 44.44%
G = 28.4%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#905C58 (or 0x905C58) is known color: Rose Taupe. HEX triplet: 90, 5C and 58. RGB value is (144,92,88). Sum of RGB (Red+Green+Blue) = 144+92+88=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #905C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C58 is #6FA3A7. Grayscale: #6B6B6B. Windows color (decimal): -7316392 or 5790864. OLE color: 5790864.

HSL color Cylindrical-coordinate representation of color #905C58: hue angle of 4.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905C58 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 92 88 -
CMYK 0 0.36 0.39 0.44
HSL 4.29º 0.24% 0.45% -
HSV(B) 4.29º 0.39% 0.56% -
XYZ 17.09 14.29 11.09 -
YUV 107.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 144 92 88 0 0.36 0.39 0.44 4.29 0.24 0.45
Hex 90 5C 58 0 24 27 2C 4 18 2D
Octal 220 134 130 0 44 47 54 4 30 55
Binary 10010000 1011100 1011000 0 100100 100111 101100 100 11000 101101

Color Harmonies of #905C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905C58

Black with #905C58

Text Example


Text Example

White with #905C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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