Html Css Color HEX #C29175 Pale Taupe

📋 copy color: '#C29175'

red 194 ◦ green 145 ◦ blue 117

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

Shades of Pale Taupe #C29175

Tints of Pale Taupe #C29175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.8%

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 42.54%
G = 31.8%
B = 25.66%

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

#C29175 (or 0xC29175) is known color: Pale Taupe. HEX triplet: C2, 91 and 75. RGB value is (194,145,117). Sum of RGB (Red+Green+Blue) = 194+145+117=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29175 is #3D6E8A. Grayscale: #9C9C9C. Windows color (decimal): -4025995 or 7705026. OLE color: 7705026.

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

Color convert

RGB 194 145 117 -
CMYK 0 0.25 0.40 0.24
HSL 21.82º 0.39% 0.61% -
HSV(B) 21.82º 0.4% 0.76% -
XYZ 35.58 33 21.32 -
YUV 156.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 194 145 117 0 0.25 0.40 0.24 21.82 0.39 0.61
Hex C2 91 75 0 19 28 18 16 27 3D
Octal 302 221 165 0 31 50 30 26 47 75
Binary 11000010 10010001 1110101 0 11001 101000 11000 10110 100111 111101

Color Harmonies of #C29175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29175

Black with #C29175

Text Example


Text Example

White with #C29175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29175; }

 p { color: rgb(194,145,117); }

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

background-color css

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

 a { background-color: rgb(194,145,117); }

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

border-color css

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

 span { border-color: rgb(194,145,117); }

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