Html Css Color HEX #C29573 Pale Taupe

📋 copy color: '#C29573'

red 194 ◦ green 149 ◦ blue 115

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

Shades of Pale Taupe #C29573

Tints of Pale Taupe #C29573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.53%

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

R = 42.36%
G = 32.53%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C29573 (or 0xC29573) is known color: Pale Taupe. HEX triplet: C2, 95 and 73. RGB value is (194,149,115). Sum of RGB (Red+Green+Blue) = 194+149+115=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C29573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29573 is #3D6A8C. Grayscale: #9E9E9E. Windows color (decimal): -4024973 or 7574978. OLE color: 7574978.

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

Color convert

RGB 194 149 115 -
CMYK 0 0.23 0.41 0.24
HSL 25.82º 0.39% 0.61% -
HSV(B) 25.82º 0.41% 0.76% -
XYZ 36.09 34.2 20.92 -
YUV 158.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 194 149 115 0 0.23 0.41 0.24 25.82 0.39 0.61
Hex C2 95 73 0 17 29 18 1A 27 3D
Octal 302 225 163 0 27 51 30 32 47 75
Binary 11000010 10010101 1110011 0 10111 101001 11000 11010 100111 111101

Color Harmonies of #C29573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29573

Black with #C29573

Text Example


Text Example

White with #C29573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29573; }

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

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

background-color css

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

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

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

border-color css

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

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

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