Html Css Color HEX #C29477 Pale Taupe

📋 copy color: '#C29477'

red 194 ◦ green 148 ◦ blue 119

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

Shades of Pale Taupe #C29477

Tints of Pale Taupe #C29477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

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

R = 42.08%
G = 32.1%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C29477 (or 0xC29477) is known color: Pale Taupe. HEX triplet: C2, 94 and 77. RGB value is (194,148,119). Sum of RGB (Red+Green+Blue) = 194+148+119=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C29477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29477 is #3D6B88. Grayscale: #9E9E9E. Windows color (decimal): -4025225 or 7836866. OLE color: 7836866.

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

Color convert

RGB 194 148 119 -
CMYK 0 0.24 0.39 0.24
HSL 23.2º 0.38% 0.61% -
HSV(B) 23.2º 0.39% 0.76% -
XYZ 36.17 33.98 22.11 -
YUV 158.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 194 148 119 0 0.24 0.39 0.24 23.2 0.38 0.61
Hex C2 94 77 0 18 27 18 17 26 3D
Octal 302 224 167 0 30 47 30 27 46 75
Binary 11000010 10010100 1110111 0 11000 100111 11000 10111 100110 111101

Color Harmonies of #C29477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29477

Black with #C29477

Text Example


Text Example

White with #C29477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29477; }

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

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

background-color css

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

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

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

border-color css

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

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

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