Html Css Color HEX #C29B7D Pale Taupe

📋 copy color: '#C29B7D'

red 194 ◦ green 155 ◦ blue 125

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

Shades of Pale Taupe #C29B7D

Tints of Pale Taupe #C29B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 40.93%
G = 32.7%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C29B7D (or 0xC29B7D) is known color: Pale Taupe. HEX triplet: C2, 9B and 7D. RGB value is (194,155,125). Sum of RGB (Red+Green+Blue) = 194+155+125=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B7D is #3D6482. Grayscale: #A3A3A3. Windows color (decimal): -4023427 or 8231874. OLE color: 8231874.

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

Color convert

RGB 194 155 125 -
CMYK 0 0.20 0.36 0.24
HSL 26.09º 0.36% 0.63% -
HSV(B) 26.09º 0.36% 0.76% -
XYZ 37.67 36.39 24.44 -
YUV 163.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 194 155 125 0 0.20 0.36 0.24 26.09 0.36 0.63
Hex C2 9B 7D 0 14 24 18 1A 24 3F
Octal 302 233 175 0 24 44 30 32 44 77
Binary 11000010 10011011 1111101 0 10100 100100 11000 11010 100100 111111

Color Harmonies of #C29B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B7D

Black with #C29B7D

Text Example


Text Example

White with #C29B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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