#C69A77

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

Shades of Pale Taupe #C69A77

Tints of Pale Taupe #C69A77

Color information

#C69A77 (or 0xC69A77) is unknown color: approx Pale Taupe. HEX triplet: C6, 9A and 77. RGB value is (198,154,119). Sum of RGB (Red+Green+Blue) = 198+154+119=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A77 is #396588. Grayscale: #A3A3A3. Windows color (decimal): -3761545 or 7838406. OLE color: 7838406.

HSL color Cylindrical-coordinate representation of color #C69A77: hue angle of 26.58º 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 #C69A77 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198154119-
CMYK00.220.400.22
HSL26.58º40.93%62.16%-
HSV(B)26.58º39.9%77.65%-
XYZ38.1736.4522.48-
YUV163.17103.08152.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=42.04%
G=32.70%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815411900.220.400.2226.5840.9362.16
HexC69A7701628161b293e
Octal3062321670265026335176
Binary110001101001101011101110101101010001011011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A77; }

 p { color: rgb(198,154,119); }

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

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

 a { background-color: rgb(198,154,119); }

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

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

 span { border-color: rgb(198,154,119); }

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