Html Css Color HEX #C29474 Pale Taupe

📋 copy color: '#C29474'

red 194 ◦ green 148 ◦ blue 116

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

Shades of Pale Taupe #C29474

Tints of Pale Taupe #C29474

RGB

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

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

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

R = 42.36%
G = 32.31%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C29474 (or 0xC29474) is known color: Pale Taupe. HEX triplet: C2, 94 and 74. RGB value is (194,148,116). Sum of RGB (Red+Green+Blue) = 194+148+116=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C29474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29474 is #3D6B8B. Grayscale: #9E9E9E. Windows color (decimal): -4025228 or 7640258. OLE color: 7640258.

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

Color convert

RGB 194 148 116 -
CMYK 0 0.24 0.40 0.24
HSL 24.62º 0.39% 0.61% -
HSV(B) 24.62º 0.4% 0.76% -
XYZ 35.99 33.91 21.17 -
YUV 158.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 194 148 116 0 0.24 0.40 0.24 24.62 0.39 0.61
Hex C2 94 74 0 18 28 18 19 27 3D
Octal 302 224 164 0 30 50 30 31 47 75
Binary 11000010 10010100 1110100 0 11000 101000 11000 11001 100111 111101

Color Harmonies of #C29474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29474

Black with #C29474

Text Example


Text Example

White with #C29474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29474; }

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

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

background-color css

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

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

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

border-color css

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

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

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