Html Css Color HEX #C29876 Pale Taupe

📋 copy color: '#C29876'

red 194 ◦ green 152 ◦ blue 118

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

Shades of Pale Taupe #C29876

Tints of Pale Taupe #C29876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

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

R = 41.81%
G = 32.76%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C29876 (or 0xC29876) is known color: Pale Taupe. HEX triplet: C2, 98 and 76. RGB value is (194,152,118). Sum of RGB (Red+Green+Blue) = 194+152+118=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C29876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29876 is #3D6789. Grayscale: #A0A0A0. Windows color (decimal): -4024202 or 7772354. OLE color: 7772354.

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

Color convert

RGB 194 152 118 -
CMYK 0 0.22 0.39 0.24
HSL 26.84º 0.38% 0.61% -
HSV(B) 26.84º 0.39% 0.76% -
XYZ 36.75 35.23 22 -
YUV 160.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 194 152 118 0 0.22 0.39 0.24 26.84 0.38 0.61
Hex C2 98 76 0 16 27 18 1B 26 3D
Octal 302 230 166 0 26 47 30 33 46 75
Binary 11000010 10011000 1110110 0 10110 100111 11000 11011 100110 111101

Color Harmonies of #C29876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29876

Black with #C29876

Text Example


Text Example

White with #C29876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29876; }

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

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

background-color css

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

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

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

border-color css

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

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

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