#C29E7B

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

Shades of Pale Taupe #C29E7B

Tints of Pale Taupe #C29E7B

Color information

#C29E7B (or 0xC29E7B) is unknown color: approx Pale Taupe. HEX triplet: C2, 9E and 7B. RGB value is (194,158,123). Sum of RGB (Red+Green+Blue) = 194+158+123=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E7B is #3D6184. Grayscale: #A4A4A4. Windows color (decimal): -4022661 or 8101570. OLE color: 8101570.

HSL color Cylindrical-coordinate representation of color #C29E7B: hue angle of 29.58º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29E7B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB194158123-
CMYK00.190.370.24
HSL29.58º36.79%62.16%-
HSV(B)29.58º36.6%76.08%-
XYZ38.0537.3523.94-
YUV164.77104.43148.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=40.84%
G=33.26%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415812300.190.370.2429.5836.7962.16
HexC29E7B01325181e253e
Octal3022361730234530364576
Binary110000101001111011110110100111001011100011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E7B; }

 p { color: rgb(194,158,123); }

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

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

 a { background-color: rgb(194,158,123); }

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

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

 span { border-color: rgb(194,158,123); }

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