#C69982

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

Shades of Pale Taupe #C69982

Tints of Pale Taupe #C69982

Color information

#C69982 (or 0xC69982) is unknown color: approx Pale Taupe. HEX triplet: C6, 99 and 82. RGB value is (198,153,130). Sum of RGB (Red+Green+Blue) = 198+153+130=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69982 is #39667D. Grayscale: #A3A3A3. Windows color (decimal): -3761790 or 8559046. OLE color: 8559046.

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

Color convert

RGB198153130-
CMYK00.230.340.22
HSL20.29º37.36%64.31%-
HSV(B)20.29º34.34%77.65%-
XYZ38.7136.426.1-
YUV163.83108.91152.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=41.16%
G=31.81%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815313000.230.340.2220.2937.3664.31
HexC699820172216142540
Octal30623120202742262445100
Binary11000110100110011000001001011110001010110101001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69982; }

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

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

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

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

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

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

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

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