#C7997A

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

Shades of Pale Taupe #C7997A

Tints of Pale Taupe #C7997A

Color information

#C7997A (or 0xC7997A) is unknown color: approx Pale Taupe. HEX triplet: C7, 99 and 7A. RGB value is (199,153,122). Sum of RGB (Red+Green+Blue) = 199+153+122=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7997A is #386685. Grayscale: #A3A3A3. Windows color (decimal): -3696262 or 8034759. OLE color: 8034759.

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

Color convert

RGB199153122-
CMYK00.230.390.22
HSL24.16º40.74%62.94%-
HSV(B)24.16º38.69%78.04%-
XYZ38.4636.3323.4-
YUV163.22104.74153.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=41.98%
G=32.28%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915312200.230.390.2224.1640.7462.94
HexC7997A017271618293f
Octal3072311720274726305177
Binary110001111001100111110100101111001111011011000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7997A; }

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

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

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

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

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

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

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

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