#C8997B

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

Shades of Pale Taupe #C8997B

Tints of Pale Taupe #C8997B

Color information

#C8997B (or 0xC8997B) is unknown color: approx Pale Taupe. HEX triplet: C8, 99 and 7B. RGB value is (200,153,123). Sum of RGB (Red+Green+Blue) = 200+153+123=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8997B is #376684. Grayscale: #A3A3A3. Windows color (decimal): -3630725 or 8100296. OLE color: 8100296.

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

Color convert

RGB200153123-
CMYK00.240.380.22
HSL23.38º41.18%63.33%-
HSV(B)23.38º38.5%78.43%-
XYZ38.7936.4923.74-
YUV163.63105.07153.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=42.02%
G=32.14%
B=25.84%

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
Decimal20015312300.240.380.2223.3841.1863.33
HexC8997B018261617293f
Octal3102311730304626275177
Binary110010001001100111110110110001001101011010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8997B; }

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

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

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

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

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

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

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

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