#C09982

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

Shades of Pale Taupe #C09982

Tints of Pale Taupe #C09982

Color information

#C09982 (or 0xC09982) is unknown color: approx Pale Taupe. HEX triplet: C0, 99 and 82. RGB value is (192,153,130). Sum of RGB (Red+Green+Blue) = 192+153+130=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09982 is #3F667D. Grayscale: #A2A2A2. Windows color (decimal): -4155006 or 8559040. OLE color: 8559040.

HSL color Cylindrical-coordinate representation of color #C09982: hue angle of 22.26º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09982 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB192153130-
CMYK00.200.320.25
HSL22.26º32.98%63.14%-
HSV(B)22.26º32.29%75.29%-
XYZ37.1635.626.03-
YUV162.04109.92149.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=40.42%
G=32.21%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215313000.200.320.2522.2632.9863.14
HexC09982014201916213f
Octal3002312020244031264177
Binary1100000010011001100000100101001000001100110110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09982; }

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

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

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

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

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

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

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

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