#C29B83

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

Shades of Pale Taupe #C29B83

Tints of Pale Taupe #C29B83

Color information

#C29B83 (or 0xC29B83) is unknown color: approx Pale Taupe. HEX triplet: C2, 9B and 83. RGB value is (194,155,131). Sum of RGB (Red+Green+Blue) = 194+155+131=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B83 is #3D647C. Grayscale: #A4A4A4. Windows color (decimal): -4023421 or 8625090. OLE color: 8625090.

HSL color Cylindrical-coordinate representation of color #C29B83: hue angle of 22.86º 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 #C29B83 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB194155131-
CMYK00.200.320.24
HSL22.86º34.05%63.73%-
HSV(B)22.86º32.47%76.08%-
XYZ38.0736.5526.52-
YUV163.92109.42149.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=40.42%
G=32.29%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415513100.200.320.2422.8634.0563.73
HexC29B830142018172240
Octal30223320302440302742100
Binary11000010100110111000001101010010000011000101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B83; }

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

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

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

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

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

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

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

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