Html Css Color HEX #C59574 Pale Taupe

📋 copy color: '#C59574'

red 197 ◦ green 149 ◦ blue 116

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

Shades of Pale Taupe #C59574

Tints of Pale Taupe #C59574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 42.64%
G = 32.25%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C59574 (or 0xC59574) is known color: Pale Taupe. HEX triplet: C5, 95 and 74. RGB value is (197,149,116). Sum of RGB (Red+Green+Blue) = 197+149+116=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C59574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59574 is #3A6A8B. Grayscale: #9F9F9F. Windows color (decimal): -3828364 or 7640517. OLE color: 7640517.

HSL color Cylindrical-coordinate representation of color #C59574: hue angle of 24.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C59574 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 116 -
CMYK 0 0.24 0.41 0.23
HSL 24.44º 0.41% 0.61% -
HSV(B) 24.44º 0.41% 0.77% -
XYZ 36.93 34.63 21.26 -
YUV 159.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 197 149 116 0 0.24 0.41 0.23 24.44 0.41 0.61
Hex C5 95 74 0 18 29 17 18 29 3D
Octal 305 225 164 0 30 51 27 30 51 75
Binary 11000101 10010101 1110100 0 11000 101001 10111 11000 101001 111101

Color Harmonies of #C59574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59574

Black with #C59574

Text Example


Text Example

White with #C59574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59574; }

 p { color: rgb(197,149,116); }

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

background-color css

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

 a { background-color: rgb(197,149,116); }

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

border-color css

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

 span { border-color: rgb(197,149,116); }

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