Html Css Color HEX #C29373 Pale Taupe

📋 copy color: '#C29373'

red 194 ◦ green 147 ◦ blue 115

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

Shades of Pale Taupe #C29373

Tints of Pale Taupe #C29373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.24%

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

R = 42.54%
G = 32.24%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C29373 (or 0xC29373) is known color: Pale Taupe. HEX triplet: C2, 93 and 73. RGB value is (194,147,115). Sum of RGB (Red+Green+Blue) = 194+147+115=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29373 is #3D6C8C. Grayscale: #9D9D9D. Windows color (decimal): -4025485 or 7574466. OLE color: 7574466.

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

Color convert

RGB 194 147 115 -
CMYK 0 0.24 0.41 0.24
HSL 24.3º 0.39% 0.61% -
HSV(B) 24.3º 0.41% 0.76% -
XYZ 35.78 33.57 20.81 -
YUV 157.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 194 147 115 0 0.24 0.41 0.24 24.3 0.39 0.61
Hex C2 93 73 0 18 29 18 18 27 3D
Octal 302 223 163 0 30 51 30 30 47 75
Binary 11000010 10010011 1110011 0 11000 101001 11000 11000 100111 111101

Color Harmonies of #C29373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29373

Black with #C29373

Text Example


Text Example

White with #C29373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29373; }

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

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

background-color css

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

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

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

border-color css

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

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

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