Html Css Color HEX #C29878 Pale Taupe

📋 copy color: '#C29878'

red 194 ◦ green 152 ◦ blue 120

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

Shades of Pale Taupe #C29878

Tints of Pale Taupe #C29878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 41.63%
G = 32.62%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29878 (or 0xC29878) is known color: Pale Taupe. HEX triplet: C2, 98 and 78. RGB value is (194,152,120). Sum of RGB (Red+Green+Blue) = 194+152+120=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29878 is #3D6787. Grayscale: #A1A1A1. Windows color (decimal): -4024200 or 7903426. OLE color: 7903426.

HSL color Cylindrical-coordinate representation of color #C29878: hue angle of 25.95º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29878 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 120 -
CMYK 0 0.22 0.38 0.24
HSL 25.95º 0.38% 0.62% -
HSV(B) 25.95º 0.38% 0.76% -
XYZ 36.87 35.28 22.64 -
YUV 160.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 194 152 120 0 0.22 0.38 0.24 25.95 0.38 0.62
Hex C2 98 78 0 16 26 18 1A 26 3E
Octal 302 230 170 0 26 46 30 32 46 76
Binary 11000010 10011000 1111000 0 10110 100110 11000 11010 100110 111110

Color Harmonies of #C29878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29878

Black with #C29878

Text Example


Text Example

White with #C29878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29878; }

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

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

background-color css

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

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

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

border-color css

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

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

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