#C69579

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

Shades of Pale Taupe #C69579

Tints of Pale Taupe #C69579

Color information

#C69579 (or 0xC69579) is unknown color: approx Pale Taupe. HEX triplet: C6, 95 and 79. RGB value is (198,149,121). Sum of RGB (Red+Green+Blue) = 198+149+121=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C69579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69579 is #396A86. Grayscale: #A0A0A0. Windows color (decimal): -3762823 or 7968198. OLE color: 7968198.

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

Color convert

RGB198149121-
CMYK00.250.390.22
HSL21.82º40.31%62.55%-
HSV(B)21.82º38.89%77.65%-
XYZ37.4934.8822.85-
YUV160.46105.73154.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.31%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=42.31%
G=31.84%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814912100.250.390.2221.8240.3162.55
HexC69579019271616283f
Octal3062251710314726265077
Binary110001101001010111110010110011001111011010110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69579; }

 p { color: rgb(198,149,121); }

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

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

 a { background-color: rgb(198,149,121); }

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

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

 span { border-color: rgb(198,149,121); }

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