#C882A2

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

Shades of Puce #C882A2

Tints of Puce #C882A2

Color information

#C882A2 (or 0xC882A2) is unknown color: approx Puce. HEX triplet: C8, 82 and A2. RGB value is (200,130,162). Sum of RGB (Red+Green+Blue) = 200+130+162=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A2 is #377D5D. Grayscale: #9A9A9A. Windows color (decimal): -3636574 or 10650312. OLE color: 10650312.

HSL color Cylindrical-coordinate representation of color #C882A2: hue angle of 332.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882A2 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB200130162-
CMYK00.350.190.22
HSL332.57º38.89%64.71%-
HSV(B)332.57º35%78.43%-
XYZ38.3230.8538.12-
YUV154.58132.19160.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 162 (63.67% from 255) = 32.93%
R=40.65%
G=26.42%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013016200.350.190.22332.5738.8964.71
HexC882A2023131614d2741
Octal310202242043232651547101
Binary110010001000001010100010010001110011101101010011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882A2; }

 p { color: rgb(200,130,162); }

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

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

 a { background-color: rgb(200,130,162); }

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

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

 span { border-color: rgb(200,130,162); }

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