Html Css Color HEX #C29D7D Pale Taupe

📋 copy color: '#C29D7D'

red 194 ◦ green 157 ◦ blue 125

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

Shades of Pale Taupe #C29D7D

Tints of Pale Taupe #C29D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

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

R = 40.76%
G = 32.98%
B = 26.26%

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

#C29D7D (or 0xC29D7D) is known color: Pale Taupe. HEX triplet: C2, 9D and 7D. RGB value is (194,157,125). Sum of RGB (Red+Green+Blue) = 194+157+125=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D7D is #3D6282. Grayscale: #A4A4A4. Windows color (decimal): -4022915 or 8232386. OLE color: 8232386.

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

Color convert

RGB 194 157 125 -
CMYK 0 0.19 0.36 0.24
HSL 27.83º 0.36% 0.63% -
HSV(B) 27.83º 0.36% 0.76% -
XYZ 38.01 37.06 24.55 -
YUV 164.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 194 157 125 0 0.19 0.36 0.24 27.83 0.36 0.63
Hex C2 9D 7D 0 13 24 18 1C 24 3F
Octal 302 235 175 0 23 44 30 34 44 77
Binary 11000010 10011101 1111101 0 10011 100100 11000 11100 100100 111111

Color Harmonies of #C29D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D7D

Black with #C29D7D

Text Example


Text Example

White with #C29D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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