Html Css Color HEX #C29978 Pale Taupe

📋 copy color: '#C29978'

red 194 ◦ green 153 ◦ blue 120

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

Shades of Pale Taupe #C29978

Tints of Pale Taupe #C29978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.76%

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

R = 41.54%
G = 32.76%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29978 (or 0xC29978) is known color: Pale Taupe. HEX triplet: C2, 99 and 78. RGB value is (194,153,120). Sum of RGB (Red+Green+Blue) = 194+153+120=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29978 is #3D6687. Grayscale: #A1A1A1. Windows color (decimal): -4023944 or 7903682. OLE color: 7903682.

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

Color convert

RGB 194 153 120 -
CMYK 0 0.21 0.38 0.24
HSL 26.76º 0.38% 0.62% -
HSV(B) 26.76º 0.38% 0.76% -
XYZ 37.03 35.61 22.69 -
YUV 161.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 194 153 120 0 0.21 0.38 0.24 26.76 0.38 0.62
Hex C2 99 78 0 15 26 18 1B 26 3E
Octal 302 231 170 0 25 46 30 33 46 76
Binary 11000010 10011001 1111000 0 10101 100110 11000 11011 100110 111110

Color Harmonies of #C29978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29978

Black with #C29978

Text Example


Text Example

White with #C29978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29978; }

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

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

background-color css

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

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

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

border-color css

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

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

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