Html Css Color HEX #C29B7C Pale Taupe

📋 copy color: '#C29B7C'

red 194 ◦ green 155 ◦ blue 124

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

Shades of Pale Taupe #C29B7C

Tints of Pale Taupe #C29B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 41.01%
G = 32.77%
B = 26.22%

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

#C29B7C (or 0xC29B7C) is known color: Pale Taupe. HEX triplet: C2, 9B and 7C. RGB value is (194,155,124). Sum of RGB (Red+Green+Blue) = 194+155+124=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B7C is #3D6483. Grayscale: #A3A3A3. Windows color (decimal): -4023428 or 8166338. OLE color: 8166338.

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

Color convert

RGB 194 155 124 -
CMYK 0 0.20 0.36 0.24
HSL 26.57º 0.36% 0.62% -
HSV(B) 26.57º 0.36% 0.76% -
XYZ 37.61 36.37 24.11 -
YUV 163.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 194 155 124 0 0.20 0.36 0.24 26.57 0.36 0.62
Hex C2 9B 7C 0 14 24 18 1B 24 3E
Octal 302 233 174 0 24 44 30 33 44 76
Binary 11000010 10011011 1111100 0 10100 100100 11000 11011 100100 111110

Color Harmonies of #C29B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B7C

Black with #C29B7C

Text Example


Text Example

White with #C29B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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