#C2997D

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

Shades of Pale Taupe #C2997D

Tints of Pale Taupe #C2997D

Color information

#C2997D (or 0xC2997D) is unknown color: approx Pale Taupe. HEX triplet: C2, 99 and 7D. RGB value is (194,153,125). Sum of RGB (Red+Green+Blue) = 194+153+125=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2997D is #3D6682. Grayscale: #A2A2A2. Windows color (decimal): -4023939 or 8231362. OLE color: 8231362.

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

Color convert

RGB194153125-
CMYK00.210.360.24
HSL24.35º36.13%62.55%-
HSV(B)24.35º35.57%76.08%-
XYZ37.3435.7324.33-
YUV162.07107.08150.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=41.10%
G=32.42%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415312500.210.360.2424.3536.1362.55
HexC2997D015241818243f
Octal3022311750254430304477
Binary110000101001100111111010101011001001100011000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2997D; }

 p { color: rgb(194,153,125); }

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

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

 a { background-color: rgb(194,153,125); }

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

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

 span { border-color: rgb(194,153,125); }

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