#C2967E

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

Shades of Pale Taupe #C2967E

Tints of Pale Taupe #C2967E

Color information

#C2967E (or 0xC2967E) is unknown color: approx Pale Taupe. HEX triplet: C2, 96 and 7E. RGB value is (194,150,126). Sum of RGB (Red+Green+Blue) = 194+150+126=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2967E is #3D6981. Grayscale: #A0A0A0. Windows color (decimal): -4024706 or 8296130. OLE color: 8296130.

HSL color Cylindrical-coordinate representation of color #C2967E: hue angle of 21.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2967E is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194150126-
CMYK00.230.350.24
HSL21.18º35.79%62.75%-
HSV(B)21.18º35.05%76.08%-
XYZ36.9234.7924.51-
YUV160.42108.58151.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=41.28%
G=31.91%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415012600.230.350.2421.1835.7962.75
HexC2967E017231815243f
Octal3022261760274330254477
Binary110000101001011011111100101111000111100010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2967E; }

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

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

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

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

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

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

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

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