#c97e9e

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

Shades of Puce #C97E9E

Tints of Puce #C97E9E

Color information

#C97E9E (or 0xC97E9E) is unknown color: approx Puce. HEX triplet: C9, 7E and 9E. RGB value is (201,126,158). Sum of RGB (Red+Green+Blue) = 201+126+158=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97E9E is #368161. Grayscale: #989898. Windows color (decimal): -3572066 or 10387145. OLE color: 10387145.

HSL color Cylindrical-coordinate representation of color #C97E9E: hue angle of 334.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97E9E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB201126158-
CMYK00.370.210.21
HSL334.4º40.98%64.12%-
HSV(B)334.4º37.31%78.82%-
XYZ37.7229.8136.11-
YUV152.07131.35162.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=41.44%
G=25.98%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112615800.370.210.21334.440.9864.12
HexC97E9E025151514e2940
Octal311176236045252551651100
Binary11001001111111010011110010010110101101011010011101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97e9e; }

 p { color: rgb(201,126,158); }

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

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

 a { background-color: rgb(201,126,158); }

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

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

 span { border-color: rgb(201,126,158); }

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