Html Css Color HEX #C29473 Pale Taupe

📋 copy color: '#C29473'

red 194 ◦ green 148 ◦ blue 115

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

Shades of Pale Taupe #C29473

Tints of Pale Taupe #C29473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

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

R = 42.45%
G = 32.39%
B = 25.16%

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

#C29473 (or 0xC29473) is known color: Pale Taupe. HEX triplet: C2, 94 and 73. RGB value is (194,148,115). Sum of RGB (Red+Green+Blue) = 194+148+115=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C29473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29473 is #3D6B8C. Grayscale: #9E9E9E. Windows color (decimal): -4025229 or 7574722. OLE color: 7574722.

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

Color convert

RGB 194 148 115 -
CMYK 0 0.24 0.41 0.24
HSL 25.06º 0.39% 0.61% -
HSV(B) 25.06º 0.41% 0.76% -
XYZ 35.93 33.89 20.87 -
YUV 157.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 194 148 115 0 0.24 0.41 0.24 25.06 0.39 0.61
Hex C2 94 73 0 18 29 18 19 27 3D
Octal 302 224 163 0 30 51 30 31 47 75
Binary 11000010 10010100 1110011 0 11000 101001 11000 11001 100111 111101

Color Harmonies of #C29473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29473

Black with #C29473

Text Example


Text Example

White with #C29473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29473; }

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

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

background-color css

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

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

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

border-color css

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

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

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