Html Css Color HEX #C29173 Pale Taupe

📋 copy color: '#C29173'

red 194 ◦ green 145 ◦ blue 115

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

Shades of Pale Taupe #C29173

Tints of Pale Taupe #C29173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.94%

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 42.73%
G = 31.94%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C29173 (or 0xC29173) is known color: Pale Taupe. HEX triplet: C2, 91 and 73. RGB value is (194,145,115). Sum of RGB (Red+Green+Blue) = 194+145+115=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C29173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29173 is #3D6E8C. Grayscale: #9C9C9C. Windows color (decimal): -4025997 or 7573954. OLE color: 7573954.

HSL color Cylindrical-coordinate representation of color #C29173: hue angle of 22.78º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C29173 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 115 -
CMYK 0 0.25 0.41 0.24
HSL 22.78º 0.39% 0.61% -
HSV(B) 22.78º 0.41% 0.76% -
XYZ 35.47 32.96 20.71 -
YUV 156.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 194 145 115 0 0.25 0.41 0.24 22.78 0.39 0.61
Hex C2 91 73 0 19 29 18 17 27 3D
Octal 302 221 163 0 31 51 30 27 47 75
Binary 11000010 10010001 1110011 0 11001 101001 11000 10111 100111 111101

Color Harmonies of #C29173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29173

Black with #C29173

Text Example


Text Example

White with #C29173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29173; }

 p { color: rgb(194,145,115); }

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

background-color css

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

 a { background-color: rgb(194,145,115); }

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

border-color css

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

 span { border-color: rgb(194,145,115); }

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