#C1967C

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

Shades of Pale Taupe #C1967C

Tints of Pale Taupe #C1967C

Color information

#C1967C (or 0xC1967C) is unknown color: approx Pale Taupe. HEX triplet: C1, 96 and 7C. RGB value is (193,150,124). Sum of RGB (Red+Green+Blue) = 193+150+124=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1967C is #3E6983. Grayscale: #A0A0A0. Windows color (decimal): -4090244 or 8165057. OLE color: 8165057.

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

Color convert

RGB193150124-
CMYK00.220.360.24
HSL22.61º35.75%62.16%-
HSV(B)22.61º35.75%75.69%-
XYZ36.5434.6123.82-
YUV159.89107.75151.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=41.33%
G=32.12%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315012400.220.360.2422.6135.7562.16
HexC1967C016241817243e
Octal3012261740264430274476
Binary110000011001011011111000101101001001100010111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1967C; }

 p { color: rgb(193,150,124); }

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

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

 a { background-color: rgb(193,150,124); }

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

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

 span { border-color: rgb(193,150,124); }

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