Html Css Color HEX #C29E7A Pale Taupe

📋 copy color: '#C29E7A'

red 194 ◦ green 158 ◦ blue 122

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

Shades of Pale Taupe #C29E7A

Tints of Pale Taupe #C29E7A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 40.93%
G = 33.33%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C29E7A (or 0xC29E7A) is known color: Pale Taupe. HEX triplet: C2, 9E and 7A. RGB value is (194,158,122). Sum of RGB (Red+Green+Blue) = 194+158+122=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E7A is #3D6185. Grayscale: #A4A4A4. Windows color (decimal): -4022662 or 8036034. OLE color: 8036034.

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

Color convert

RGB 194 158 122 -
CMYK 0 0.19 0.37 0.24
HSL 30º 0.37% 0.62% -
HSV(B) 30º 0.37% 0.76% -
XYZ 37.99 37.33 23.62 -
YUV 164.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 194 158 122 0 0.19 0.37 0.24 30 0.37 0.62
Hex C2 9E 7A 0 13 25 18 1E 25 3E
Octal 302 236 172 0 23 45 30 36 45 76
Binary 11000010 10011110 1111010 0 10011 100101 11000 11110 100101 111110

Color Harmonies of #C29E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E7A

Black with #C29E7A

Text Example


Text Example

White with #C29E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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