Html Css Color HEX #C29E7D Pale Taupe

📋 copy color: '#C29E7D'

red 194 ◦ green 158 ◦ blue 125

#C29E7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Taupe #C29E7D

Tints of Pale Taupe #C29E7D

RGB

 RED value IS 194 (76.17% from 255) = 40.67%

 GREEN value IS 158 (62.11% from 255) = 33.12%

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 40.67%
G = 33.12%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C29E7D (or 0xC29E7D) is known color: Pale Taupe. HEX triplet: C2, 9E and 7D. RGB value is (194,158,125). Sum of RGB (Red+Green+Blue) = 194+158+125=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E7D is #3D6182. Grayscale: #A5A5A5. Windows color (decimal): -4022659 or 8232642. OLE color: 8232642.

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

Color convert

RGB 194 158 125 -
CMYK 0 0.19 0.36 0.24
HSL 28.7º 0.36% 0.63% -
HSV(B) 28.7º 0.36% 0.76% -
XYZ 38.18 37.4 24.61 -
YUV 165 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 194 158 125 0 0.19 0.36 0.24 28.7 0.36 0.63
Hex C2 9E 7D 0 13 24 18 1D 24 3F
Octal 302 236 175 0 23 44 30 35 44 77
Binary 11000010 10011110 1111101 0 10011 100100 11000 11101 100100 111111

Color Harmonies of #C29E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E7D

Black with #C29E7D

Text Example


Text Example

White with #C29E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E7D; }

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

 H1.HeaderClassName
 {
   color: #C29E7D;
 }
 .AnyTagClassName
 {
   color: #C29E7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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