#C29883

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

Shades of Pale Taupe #C29883

Tints of Pale Taupe #C29883

Color information

#C29883 (or 0xC29883) is unknown color: approx Pale Taupe. HEX triplet: C2, 98 and 83. RGB value is (194,152,131). Sum of RGB (Red+Green+Blue) = 194+152+131=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29883 is #3D677C. Grayscale: #A2A2A2. Windows color (decimal): -4024189 or 8624322. OLE color: 8624322.

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

Color convert

RGB194152131-
CMYK00.220.320.24
HSL20º34.05%63.73%-
HSV(B)20º32.47%76.08%-
XYZ37.5735.5626.36-
YUV162.16110.41150.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=40.67%
G=31.87%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415213100.220.320.242034.0563.73
HexC298830162018142240
Octal30223020302640302442100
Binary11000010100110001000001101011010000011000101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29883; }

 p { color: rgb(194,152,131); }

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

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

 a { background-color: rgb(194,152,131); }

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

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

 span { border-color: rgb(194,152,131); }

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