Html Css Color HEX #C29A76 Pale Taupe

📋 copy color: '#C29A76'

red 194 ◦ green 154 ◦ blue 118

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

Shades of Pale Taupe #C29A76

Tints of Pale Taupe #C29A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.05%

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

R = 41.63%
G = 33.05%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C29A76 (or 0xC29A76) is known color: Pale Taupe. HEX triplet: C2, 9A and 76. RGB value is (194,154,118). Sum of RGB (Red+Green+Blue) = 194+154+118=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A76 is #3D6589. Grayscale: #A2A2A2. Windows color (decimal): -4023690 or 7772866. OLE color: 7772866.

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

Color convert

RGB 194 154 118 -
CMYK 0 0.21 0.39 0.24
HSL 28.42º 0.38% 0.61% -
HSV(B) 28.42º 0.39% 0.76% -
XYZ 37.07 35.89 22.11 -
YUV 161.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 194 154 118 0 0.21 0.39 0.24 28.42 0.38 0.61
Hex C2 9A 76 0 15 27 18 1C 26 3D
Octal 302 232 166 0 25 47 30 34 46 75
Binary 11000010 10011010 1110110 0 10101 100111 11000 11100 100110 111101

Color Harmonies of #C29A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A76

Black with #C29A76

Text Example


Text Example

White with #C29A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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