Html Css Color HEX #C29A77 Pale Taupe

📋 copy color: '#C29A77'

red 194 ◦ green 154 ◦ blue 119

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

Shades of Pale Taupe #C29A77

Tints of Pale Taupe #C29A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.48%

R = 41.54%
G = 32.98%
B = 25.48%

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

#C29A77 (or 0xC29A77) is known color: Pale Taupe. HEX triplet: C2, 9A and 77. RGB value is (194,154,119). Sum of RGB (Red+Green+Blue) = 194+154+119=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A77 is #3D6588. Grayscale: #A2A2A2. Windows color (decimal): -4023689 or 7838402. OLE color: 7838402.

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

Color convert

RGB 194 154 119 -
CMYK 0 0.21 0.39 0.24
HSL 28º 0.38% 0.61% -
HSV(B) 28º 0.39% 0.76% -
XYZ 37.13 35.91 22.43 -
YUV 161.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 194 154 119 0 0.21 0.39 0.24 28 0.38 0.61
Hex C2 9A 77 0 15 27 18 1C 26 3D
Octal 302 232 167 0 25 47 30 34 46 75
Binary 11000010 10011010 1110111 0 10101 100111 11000 11100 100110 111101

Color Harmonies of #C29A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A77

Black with #C29A77

Text Example


Text Example

White with #C29A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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