Html Css Color HEX #C29C7E Pale Taupe

📋 copy color: '#C29C7E'

red 194 ◦ green 156 ◦ blue 126

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

Shades of Pale Taupe #C29C7E

Tints of Pale Taupe #C29C7E

RGB

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

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

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

R = 40.76%
G = 32.77%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C29C7E (or 0xC29C7E) is known color: Pale Taupe. HEX triplet: C2, 9C and 7E. RGB value is (194,156,126). Sum of RGB (Red+Green+Blue) = 194+156+126=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C7E is #3D6381. Grayscale: #A4A4A4. Windows color (decimal): -4023170 or 8297666. OLE color: 8297666.

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

Color convert

RGB 194 156 126 -
CMYK 0 0.20 0.35 0.24
HSL 26.47º 0.36% 0.63% -
HSV(B) 26.47º 0.35% 0.76% -
XYZ 37.9 36.75 24.83 -
YUV 163.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 194 156 126 0 0.20 0.35 0.24 26.47 0.36 0.63
Hex C2 9C 7E 0 14 23 18 1A 24 3F
Octal 302 234 176 0 24 43 30 32 44 77
Binary 11000010 10011100 1111110 0 10100 100011 11000 11010 100100 111111

Color Harmonies of #C29C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C7E

Black with #C29C7E

Text Example


Text Example

White with #C29C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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