Html Css Color HEX #C29C7A Pale Taupe

📋 copy color: '#C29C7A'

red 194 ◦ green 156 ◦ blue 122

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

Shades of Pale Taupe #C29C7A

Tints of Pale Taupe #C29C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 41.1%
G = 33.05%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C29C7A (or 0xC29C7A) is known color: Pale Taupe. HEX triplet: C2, 9C and 7A. RGB value is (194,156,122). Sum of RGB (Red+Green+Blue) = 194+156+122=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C7A is #3D6385. Grayscale: #A3A3A3. Windows color (decimal): -4023174 or 8035522. OLE color: 8035522.

HSL color Cylindrical-coordinate representation of color #C29C7A: hue angle of 28.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29C7A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 156 122 -
CMYK 0 0.20 0.37 0.24
HSL 28.33º 0.37% 0.62% -
HSV(B) 28.33º 0.37% 0.76% -
XYZ 37.65 36.65 23.5 -
YUV 163.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 194 156 122 0 0.20 0.37 0.24 28.33 0.37 0.62
Hex C2 9C 7A 0 14 25 18 1C 25 3E
Octal 302 234 172 0 24 45 30 34 45 76
Binary 11000010 10011100 1111010 0 10100 100101 11000 11100 100101 111110

Color Harmonies of #C29C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C7A

Black with #C29C7A

Text Example


Text Example

White with #C29C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C7A; }

 p { color: rgb(194,156,122); }

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

background-color css

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

 a { background-color: rgb(194,156,122); }

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

border-color css

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

 span { border-color: rgb(194,156,122); }

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