#C982A5

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

Shades of Puce #C982A5

Tints of Puce #C982A5

Color information

#C982A5 (or 0xC982A5) is unknown color: approx Puce. HEX triplet: C9, 82 and A5. RGB value is (201,130,165). Sum of RGB (Red+Green+Blue) = 201+130+165=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C982A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982A5 is #367D5A. Grayscale: #9B9B9B. Windows color (decimal): -3571035 or 10846921. OLE color: 10846921.

HSL color Cylindrical-coordinate representation of color #C982A5: hue angle of 330.42º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982A5 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB201130165-
CMYK00.350.180.21
HSL330.42º39.66%64.9%-
HSV(B)330.42º35.32%78.82%-
XYZ38.8631.139.55-
YUV155.22133.52160.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=40.52%
G=26.21%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113016500.350.180.21330.4239.6664.9
HexC982A5023121514a2841
Octal311202245043222551250101
Binary110010011000001010100101010001110010101011010010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982A5; }

 p { color: rgb(201,130,165); }

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

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

 a { background-color: rgb(201,130,165); }

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

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

 span { border-color: rgb(201,130,165); }

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