Html Css Color HEX #C29274 Pale Taupe

📋 copy color: '#C29274'

red 194 ◦ green 146 ◦ blue 116

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

Shades of Pale Taupe #C29274

Tints of Pale Taupe #C29274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.02%

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 42.54%
G = 32.02%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C29274 (or 0xC29274) is known color: Pale Taupe. HEX triplet: C2, 92 and 74. RGB value is (194,146,116). Sum of RGB (Red+Green+Blue) = 194+146+116=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29274 is #3D6D8B. Grayscale: #9D9D9D. Windows color (decimal): -4025740 or 7639746. OLE color: 7639746.

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

Color convert

RGB 194 146 116 -
CMYK 0 0.25 0.40 0.24
HSL 23.08º 0.39% 0.61% -
HSV(B) 23.08º 0.4% 0.76% -
XYZ 35.68 33.29 21.07 -
YUV 156.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 194 146 116 0 0.25 0.40 0.24 23.08 0.39 0.61
Hex C2 92 74 0 19 28 18 17 27 3D
Octal 302 222 164 0 31 50 30 27 47 75
Binary 11000010 10010010 1110100 0 11001 101000 11000 10111 100111 111101

Color Harmonies of #C29274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29274

Black with #C29274

Text Example


Text Example

White with #C29274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29274; }

 p { color: rgb(194,146,116); }

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

background-color css

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

 a { background-color: rgb(194,146,116); }

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

border-color css

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

 span { border-color: rgb(194,146,116); }

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