Html Css Color HEX #C29875 Pale Taupe

📋 copy color: '#C29875'

red 194 ◦ green 152 ◦ blue 117

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

Shades of Pale Taupe #C29875

Tints of Pale Taupe #C29875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

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

R = 41.9%
G = 32.83%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C29875 (or 0xC29875) is known color: Pale Taupe. HEX triplet: C2, 98 and 75. RGB value is (194,152,117). Sum of RGB (Red+Green+Blue) = 194+152+117=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C29875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29875 is #3D678A. Grayscale: #A0A0A0. Windows color (decimal): -4024203 or 7706818. OLE color: 7706818.

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

Color convert

RGB 194 152 117 -
CMYK 0 0.22 0.40 0.24
HSL 27.27º 0.39% 0.61% -
HSV(B) 27.27º 0.4% 0.76% -
XYZ 36.69 35.21 21.69 -
YUV 160.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 194 152 117 0 0.22 0.40 0.24 27.27 0.39 0.61
Hex C2 98 75 0 16 28 18 1B 27 3D
Octal 302 230 165 0 26 50 30 33 47 75
Binary 11000010 10011000 1110101 0 10110 101000 11000 11011 100111 111101

Color Harmonies of #C29875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29875

Black with #C29875

Text Example


Text Example

White with #C29875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29875; }

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

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

background-color css

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

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

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

border-color css

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

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

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