Html Css Color HEX #C59B80 Pale Taupe

📋 copy color: '#C59B80'

red 197 ◦ green 155 ◦ blue 128

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

Shades of Pale Taupe #C59B80

Tints of Pale Taupe #C59B80

RGB

 RED value IS 197 (77.34% from 255) = 41.04%

 GREEN value IS 155 (60.94% from 255) = 32.29%

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 41.04%
G = 32.29%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C59B80 (or 0xC59B80) is known color: Pale Taupe. HEX triplet: C5, 9B and 80. RGB value is (197,155,128). Sum of RGB (Red+Green+Blue) = 197+155+128=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59B80 is #3A647F. Grayscale: #A4A4A4. Windows color (decimal): -3826816 or 8428485. OLE color: 8428485.

HSL color Cylindrical-coordinate representation of color #C59B80: hue angle of 23.48º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C59B80 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 155 128 -
CMYK 0 0.21 0.35 0.23
HSL 23.48º 0.37% 0.64% -
HSV(B) 23.48º 0.35% 0.77% -
XYZ 38.64 36.87 25.5 -
YUV 164.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 197 155 128 0 0.21 0.35 0.23 23.48 0.37 0.64
Hex C5 9B 80 0 15 23 17 17 25 40
Octal 305 233 200 0 25 43 27 27 45 100
Binary 11000101 10011011 10000000 0 10101 100011 10111 10111 100101 1000000

Color Harmonies of #C59B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59B80

Black with #C59B80

Text Example


Text Example

White with #C59B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59B80; }

 p { color: rgb(197,155,128); }

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

background-color css

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

 a { background-color: rgb(197,155,128); }

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

border-color css

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

 span { border-color: rgb(197,155,128); }

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