#C0967F

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

Shades of Pale Taupe #C0967F

Tints of Pale Taupe #C0967F

Color information

#C0967F (or 0xC0967F) is unknown color: approx Pale Taupe. HEX triplet: C0, 96 and 7F. RGB value is (192,150,127). Sum of RGB (Red+Green+Blue) = 192+150+127=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0967F is #3F6980. Grayscale: #A0A0A0. Windows color (decimal): -4155777 or 8361664. OLE color: 8361664.

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

Color convert

RGB192150127-
CMYK00.220.340.25
HSL21.23º34.03%62.55%-
HSV(B)21.23º33.85%75.29%-
XYZ36.4834.5524.83-
YUV159.94109.41150.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 127 (50% from 255) = 27.08%
R=40.94%
G=31.98%
B=27.08%

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
Decimal19215012700.220.340.2521.2334.0362.55
HexC0967F016221915223f
Octal3002261770264231254277
Binary110000001001011011111110101101000101100110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0967F; }

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

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

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

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

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

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

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

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