#C5967A

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

Shades of Pale Taupe #C5967A

Tints of Pale Taupe #C5967A

Color information

#C5967A (or 0xC5967A) is unknown color: approx Pale Taupe. HEX triplet: C5, 96 and 7A. RGB value is (197,150,122). Sum of RGB (Red+Green+Blue) = 197+150+122=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5967A is #3A6985. Grayscale: #A1A1A1. Windows color (decimal): -3828102 or 8033989. OLE color: 8033989.

HSL color Cylindrical-coordinate representation of color #C5967A: hue angle of 22.4º 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 #C5967A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197150122-
CMYK00.240.380.23
HSL22.4º39.27%62.55%-
HSV(B)22.4º38.07%77.25%-
XYZ37.4535.0923.21-
YUV160.86106.07153.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=42.00%
G=31.98%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715012200.240.380.2322.439.2762.55
HexC5967A018261716273f
Octal3052261720304627264777
Binary110001011001011011110100110001001101011110110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5967A; }

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

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

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

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

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

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

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

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