Html Css Color HEX #C29676 Pale Taupe

📋 copy color: '#C29676'

red 194 ◦ green 150 ◦ blue 118

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

Shades of Pale Taupe #C29676

Tints of Pale Taupe #C29676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.47%

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

R = 41.99%
G = 32.47%
B = 25.54%

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

#C29676 (or 0xC29676) is known color: Pale Taupe. HEX triplet: C2, 96 and 76. RGB value is (194,150,118). Sum of RGB (Red+Green+Blue) = 194+150+118=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29676 is #3D6989. Grayscale: #9F9F9F. Windows color (decimal): -4024714 or 7771842. OLE color: 7771842.

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

Color convert

RGB 194 150 118 -
CMYK 0 0.23 0.39 0.24
HSL 25.26º 0.38% 0.61% -
HSV(B) 25.26º 0.39% 0.76% -
XYZ 36.42 34.59 21.9 -
YUV 159.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 194 150 118 0 0.23 0.39 0.24 25.26 0.38 0.61
Hex C2 96 76 0 17 27 18 19 26 3D
Octal 302 226 166 0 27 47 30 31 46 75
Binary 11000010 10010110 1110110 0 10111 100111 11000 11001 100110 111101

Color Harmonies of #C29676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29676

Black with #C29676

Text Example


Text Example

White with #C29676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29676; }

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

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

background-color css

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

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

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

border-color css

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

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

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