#C29678

Color #C29678 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C29678

Tints of Pale Taupe #C29678

Color information

#C29678 (or 0xC29678) is unknown color: approx Pale Taupe. HEX triplet: C2, 96 and 78. RGB value is (194,150,120). Sum of RGB (Red+Green+Blue) = 194+150+120=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C29678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29678 is #3D6987. Grayscale: #9F9F9F. Windows color (decimal): -4024712 or 7902914. OLE color: 7902914.

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

Color convert

RGB194150120-
CMYK00.230.380.24
HSL24.32º37.76%61.57%-
HSV(B)24.32º38.14%76.08%-
XYZ36.5434.6422.53-
YUV159.74105.58152.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=41.81%
G=32.33%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415012000.230.380.2424.3237.7661.57
HexC29678017261818263e
Octal3022261700274630304676
Binary110000101001011011110000101111001101100011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29678; }

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

 H1.HeaderClassName
 {
   color: #C29678;
 }
 .AnyTagClassName
 {
   color: #C29678;
 }
</style>
background-color css

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

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

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

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

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

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