#C69A80

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

Shades of Pale Taupe #C69A80

Tints of Pale Taupe #C69A80

Color information

#C69A80 (or 0xC69A80) is unknown color: approx Pale Taupe. HEX triplet: C6, 9A and 80. RGB value is (198,154,128). Sum of RGB (Red+Green+Blue) = 198+154+128=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A80 is #39657F. Grayscale: #A4A4A4. Windows color (decimal): -3761536 or 8428230. OLE color: 8428230.

HSL color Cylindrical-coordinate representation of color #C69A80: hue angle of 22.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69A80 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198154128-
CMYK00.220.350.22
HSL22.29º38.04%63.92%-
HSV(B)22.29º35.35%77.65%-
XYZ38.7436.6825.46-
YUV164.19107.58152.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=41.25%
G=32.08%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815412800.220.350.2222.2938.0463.92
HexC69A800162316162640
Octal30623220002643262646100
Binary11000110100110101000000001011010001110110101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A80; }

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

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

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

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

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

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

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

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