Html Css Color HEX #C29076 Pale Taupe

📋 copy color: '#C29076'

red 194 ◦ green 144 ◦ blue 118

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

Shades of Pale Taupe #C29076

Tints of Pale Taupe #C29076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.58%

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

R = 42.54%
G = 31.58%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C29076 (or 0xC29076) is known color: Pale Taupe. HEX triplet: C2, 90 and 76. RGB value is (194,144,118). Sum of RGB (Red+Green+Blue) = 194+144+118=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29076 is #3D6F89. Grayscale: #9C9C9C. Windows color (decimal): -4026250 or 7770306. OLE color: 7770306.

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

Color convert

RGB 194 144 118 -
CMYK 0 0.26 0.39 0.24
HSL 20.53º 0.38% 0.61% -
HSV(B) 20.53º 0.39% 0.76% -
XYZ 35.49 32.72 21.59 -
YUV 155.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 194 144 118 0 0.26 0.39 0.24 20.53 0.38 0.61
Hex C2 90 76 0 1A 27 18 15 26 3D
Octal 302 220 166 0 32 47 30 25 46 75
Binary 11000010 10010000 1110110 0 11010 100111 11000 10101 100110 111101

Color Harmonies of #C29076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29076

Black with #C29076

Text Example


Text Example

White with #C29076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29076; }

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

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

background-color css

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

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

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

border-color css

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

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

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