#C0967E

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

Shades of Pale Taupe #C0967E

Tints of Pale Taupe #C0967E

Color information

#C0967E (or 0xC0967E) is unknown color: approx Pale Taupe. HEX triplet: C0, 96 and 7E. RGB value is (192,150,126). Sum of RGB (Red+Green+Blue) = 192+150+126=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0967E is #3F6981. Grayscale: #9F9F9F. Windows color (decimal): -4155778 or 8296128. OLE color: 8296128.

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

Color convert

RGB192150126-
CMYK00.220.340.25
HSL21.82º34.38%62.35%-
HSV(B)21.82º34.38%75.29%-
XYZ36.4134.5324.48-
YUV159.82108.91150.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=41.03%
G=32.05%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215012600.220.340.2521.8234.3862.35
HexC0967E016221916223e
Octal3002261760264231264276
Binary110000001001011011111100101101000101100110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0967E; }

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

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

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

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

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

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

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

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