Html Css Color HEX #C29575 Pale Taupe

📋 copy color: '#C29575'

red 194 ◦ green 149 ◦ blue 117

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

Shades of Pale Taupe #C29575

Tints of Pale Taupe #C29575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.39%

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

R = 42.17%
G = 32.39%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C29575 (or 0xC29575) is known color: Pale Taupe. HEX triplet: C2, 95 and 75. RGB value is (194,149,117). Sum of RGB (Red+Green+Blue) = 194+149+117=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29575 is #3D6A8A. Grayscale: #9E9E9E. Windows color (decimal): -4024971 or 7706050. OLE color: 7706050.

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

Color convert

RGB 194 149 117 -
CMYK 0 0.23 0.40 0.24
HSL 24.94º 0.39% 0.61% -
HSV(B) 24.94º 0.4% 0.76% -
XYZ 36.21 34.25 21.53 -
YUV 158.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 194 149 117 0 0.23 0.40 0.24 24.94 0.39 0.61
Hex C2 95 75 0 17 28 18 19 27 3D
Octal 302 225 165 0 27 50 30 31 47 75
Binary 11000010 10010101 1110101 0 10111 101000 11000 11001 100111 111101

Color Harmonies of #C29575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29575

Black with #C29575

Text Example


Text Example

White with #C29575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29575; }

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

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

background-color css

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

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

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

border-color css

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

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

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