Html Css Color HEX #C29A7F Pale Taupe

📋 copy color: '#C29A7F'

red 194 ◦ green 154 ◦ blue 127

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

Shades of Pale Taupe #C29A7F

Tints of Pale Taupe #C29A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 40.84%
G = 32.42%
B = 26.74%

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

#C29A7F (or 0xC29A7F) is known color: Pale Taupe. HEX triplet: C2, 9A and 7F. RGB value is (194,154,127). Sum of RGB (Red+Green+Blue) = 194+154+127=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A7F is #3D6580. Grayscale: #A3A3A3. Windows color (decimal): -4023681 or 8362690. OLE color: 8362690.

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

Color convert

RGB 194 154 127 -
CMYK 0 0.21 0.35 0.24
HSL 24.18º 0.35% 0.63% -
HSV(B) 24.18º 0.35% 0.76% -
XYZ 37.63 36.11 25.07 -
YUV 162.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 194 154 127 0 0.21 0.35 0.24 24.18 0.35 0.63
Hex C2 9A 7F 0 15 23 18 18 23 3F
Octal 302 232 177 0 25 43 30 30 43 77
Binary 11000010 10011010 1111111 0 10101 100011 11000 11000 100011 111111

Color Harmonies of #C29A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A7F

Black with #C29A7F

Text Example


Text Example

White with #C29A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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