#C97FA0

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

Shades of Puce #C97FA0

Tints of Puce #C97FA0

Color information

#C97FA0 (or 0xC97FA0) is unknown color: approx Puce. HEX triplet: C9, 7F and A0. RGB value is (201,127,160). Sum of RGB (Red+Green+Blue) = 201+127+160=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97FA0 is #36805F. Grayscale: #989898. Windows color (decimal): -3571808 or 10518473. OLE color: 10518473.

HSL color Cylindrical-coordinate representation of color #C97FA0: hue angle of 333.24º 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 #C97FA0 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB201127160-
CMYK00.370.200.21
HSL333.24º40.66%64.31%-
HSV(B)333.24º36.82%78.82%-
XYZ38.0230.1337.07-
YUV152.89132.02162.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=41.19%
G=26.02%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112716000.370.200.21333.2440.6664.31
HexC97FA0025141514d2940
Octal311177240045242551551100
Binary11001001111111110100000010010110100101011010011011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FA0; }

 p { color: rgb(201,127,160); }

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

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

 a { background-color: rgb(201,127,160); }

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

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

 span { border-color: rgb(201,127,160); }

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