Html Css Color HEX #C29A7E Pale Taupe

📋 copy color: '#C29A7E'

red 194 ◦ green 154 ◦ blue 126

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

Shades of Pale Taupe #C29A7E

Tints of Pale Taupe #C29A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 40.93%
G = 32.49%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C29A7E (or 0xC29A7E) is known color: Pale Taupe. HEX triplet: C2, 9A and 7E. RGB value is (194,154,126). Sum of RGB (Red+Green+Blue) = 194+154+126=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A7E is #3D6581. Grayscale: #A2A2A2. Windows color (decimal): -4023682 or 8297154. OLE color: 8297154.

HSL color Cylindrical-coordinate representation of color #C29A7E: hue angle of 24.71º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29A7E is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 126 -
CMYK 0 0.21 0.35 0.24
HSL 24.71º 0.36% 0.63% -
HSV(B) 24.71º 0.35% 0.76% -
XYZ 37.57 36.09 24.72 -
YUV 162.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 194 154 126 0 0.21 0.35 0.24 24.71 0.36 0.63
Hex C2 9A 7E 0 15 23 18 19 24 3F
Octal 302 232 176 0 25 43 30 31 44 77
Binary 11000010 10011010 1111110 0 10101 100011 11000 11001 100100 111111

Color Harmonies of #C29A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A7E

Black with #C29A7E

Text Example


Text Example

White with #C29A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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