#C59A7A

Color #C59A7A Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C59A7A

Tints of Pale Taupe #C59A7A

Color information

#C59A7A (or 0xC59A7A) is unknown color: approx Pale Taupe. HEX triplet: C5, 9A and 7A. RGB value is (197,154,122). Sum of RGB (Red+Green+Blue) = 197+154+122=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A7A is #3A6585. Grayscale: #A3A3A3. Windows color (decimal): -3827078 or 8035013. OLE color: 8035013.

HSL color Cylindrical-coordinate representation of color #C59A7A: hue angle of 25.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59A7A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197154122-
CMYK00.220.380.23
HSL25.6º39.27%62.55%-
HSV(B)25.6º38.07%77.25%-
XYZ38.0936.3923.43-
YUV163.21104.75152.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=41.65%
G=32.56%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715412200.220.380.2325.639.2762.55
HexC59A7A01626171a273f
Octal3052321720264627324777
Binary110001011001101011110100101101001101011111010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59A7A; }

 p { color: rgb(197,154,122); }

 H1.HeaderClassName
 {
   color: #C59A7A;
 }
 .AnyTagClassName
 {
   color: #C59A7A;
 }
</style>
background-color css

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

 a { background-color: rgb(197,154,122); }

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

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

 span { border-color: rgb(197,154,122); }

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