Html Css Color HEX #C29576 Pale Taupe

📋 copy color: '#C29576'

red 194 ◦ green 149 ◦ blue 118

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

Shades of Pale Taupe #C29576

Tints of Pale Taupe #C29576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 42.08%
G = 32.32%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C29576 (or 0xC29576) is known color: Pale Taupe. HEX triplet: C2, 95 and 76. RGB value is (194,149,118). Sum of RGB (Red+Green+Blue) = 194+149+118=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C29576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29576 is #3D6A89. Grayscale: #9F9F9F. Windows color (decimal): -4024970 or 7771586. OLE color: 7771586.

HSL color Cylindrical-coordinate representation of color #C29576: hue angle of 24.47º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29576 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 118 -
CMYK 0 0.23 0.39 0.24
HSL 24.47º 0.38% 0.61% -
HSV(B) 24.47º 0.39% 0.76% -
XYZ 36.27 34.27 21.84 -
YUV 158.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 194 149 118 0 0.23 0.39 0.24 24.47 0.38 0.61
Hex C2 95 76 0 17 27 18 18 26 3D
Octal 302 225 166 0 27 47 30 30 46 75
Binary 11000010 10010101 1110110 0 10111 100111 11000 11000 100110 111101

Color Harmonies of #C29576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29576

Black with #C29576

Text Example


Text Example

White with #C29576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29576; }

 p { color: rgb(194,149,118); }

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

background-color css

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

 a { background-color: rgb(194,149,118); }

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

border-color css

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

 span { border-color: rgb(194,149,118); }

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