#C8997C

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

Shades of Pale Taupe #C8997C

Tints of Pale Taupe #C8997C

Color information

#C8997C (or 0xC8997C) is unknown color: approx Pale Taupe. HEX triplet: C8, 99 and 7C. RGB value is (200,153,124). Sum of RGB (Red+Green+Blue) = 200+153+124=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8997C is #376683. Grayscale: #A3A3A3. Windows color (decimal): -3630724 or 8165832. OLE color: 8165832.

HSL color Cylindrical-coordinate representation of color #C8997C: hue angle of 22.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8997C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB200153124-
CMYK00.240.380.22
HSL22.89º40.86%63.53%-
HSV(B)22.89º38%78.43%-
XYZ38.8536.5224.07-
YUV163.75105.57153.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=41.93%
G=32.08%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015312400.240.380.2222.8940.8663.53
HexC8997C0182616172940
Octal31023117403046262751100
Binary1100100010011001111110001100010011010110101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8997C; }

 p { color: rgb(200,153,124); }

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

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

 a { background-color: rgb(200,153,124); }

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

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

 span { border-color: rgb(200,153,124); }

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