#C0997A

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

Shades of Pale Taupe #C0997A

Tints of Pale Taupe #C0997A

Color information

#C0997A (or 0xC0997A) is unknown color: approx Pale Taupe. HEX triplet: C0, 99 and 7A. RGB value is (192,153,122). Sum of RGB (Red+Green+Blue) = 192+153+122=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0997A is #3F6685. Grayscale: #A1A1A1. Windows color (decimal): -4155014 or 8034752. OLE color: 8034752.

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

Color convert

RGB192153122-
CMYK00.200.360.25
HSL26.57º35.71%61.57%-
HSV(B)26.57º36.46%75.29%-
XYZ36.6435.3923.31-
YUV161.13105.92150.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=41.11%
G=32.76%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215312200.200.360.2526.5735.7161.57
HexC0997A01424191b243e
Octal3002311720244431334476
Binary110000001001100111110100101001001001100111011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0997A; }

 p { color: rgb(192,153,122); }

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

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

 a { background-color: rgb(192,153,122); }

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

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

 span { border-color: rgb(192,153,122); }

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