#C69976

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

Shades of Pale Taupe #C69976

Tints of Pale Taupe #C69976

Color information

#C69976 (or 0xC69976) is unknown color: approx Pale Taupe. HEX triplet: C6, 99 and 76. RGB value is (198,153,118). Sum of RGB (Red+Green+Blue) = 198+153+118=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C69976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69976 is #396689. Grayscale: #A2A2A2. Windows color (decimal): -3761802 or 7772614. OLE color: 7772614.

HSL color Cylindrical-coordinate representation of color #C69976: hue angle of 26.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69976 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198153118-
CMYK00.230.400.22
HSL26.25º41.24%61.96%-
HSV(B)26.25º40.4%77.65%-
XYZ37.9536.122.11-
YUV162.46102.91153.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=42.22%
G=32.62%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815311800.230.400.2226.2541.2461.96
HexC6997601728161a293e
Octal3062311660275026325176
Binary110001101001100111101100101111010001011011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69976; }

 p { color: rgb(198,153,118); }

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

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

 a { background-color: rgb(198,153,118); }

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

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

 span { border-color: rgb(198,153,118); }

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