Html Css Color HEX #C29078 Pale Taupe

📋 copy color: '#C29078'

red 194 ◦ green 144 ◦ blue 120

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

Shades of Pale Taupe #C29078

Tints of Pale Taupe #C29078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

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

R = 42.36%
G = 31.44%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29078 (or 0xC29078) is known color: Pale Taupe. HEX triplet: C2, 90 and 78. RGB value is (194,144,120). Sum of RGB (Red+Green+Blue) = 194+144+120=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C29078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29078 is #3D6F87. Grayscale: #9C9C9C. Windows color (decimal): -4026248 or 7901378. OLE color: 7901378.

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

Color convert

RGB 194 144 120 -
CMYK 0 0.26 0.38 0.24
HSL 19.46º 0.38% 0.62% -
HSV(B) 19.46º 0.38% 0.76% -
XYZ 35.61 32.77 22.22 -
YUV 156.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 194 144 120 0 0.26 0.38 0.24 19.46 0.38 0.62
Hex C2 90 78 0 1A 26 18 13 26 3E
Octal 302 220 170 0 32 46 30 23 46 76
Binary 11000010 10010000 1111000 0 11010 100110 11000 10011 100110 111110

Color Harmonies of #C29078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29078

Black with #C29078

Text Example


Text Example

White with #C29078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29078; }

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

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

background-color css

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

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

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

border-color css

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

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

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