#C582A1

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

Shades of Puce #C582A1

Tints of Puce #C582A1

Color information

#C582A1 (or 0xC582A1) is unknown color: approx Puce. HEX triplet: C5, 82 and A1. RGB value is (197,130,161). Sum of RGB (Red+Green+Blue) = 197+130+161=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C582A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582A1 is #3A7D5E. Grayscale: #999999. Windows color (decimal): -3833183 or 10584773. OLE color: 10584773.

HSL color Cylindrical-coordinate representation of color #C582A1: hue angle of 332.24º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582A1 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197130161-
CMYK00.340.180.23
HSL332.24º36.61%64.12%-
HSV(B)332.24º34.01%77.25%-
XYZ37.4430.4137.61-
YUV153.57132.2158.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=40.37%
G=26.64%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713016100.340.180.23332.2436.6164.12
HexC582A1022121714c2540
Octal305202241042222751445100
Binary110001011000001010100001010001010010101111010011001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582A1; }

 p { color: rgb(197,130,161); }

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

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

 a { background-color: rgb(197,130,161); }

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

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

 span { border-color: rgb(197,130,161); }

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