#C680A2

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

Shades of Puce #C680A2

Tints of Puce #C680A2

Color information

#C680A2 (or 0xC680A2) is unknown color: approx Puce. HEX triplet: C6, 80 and A2. RGB value is (198,128,162). Sum of RGB (Red+Green+Blue) = 198+128+162=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C680A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680A2 is #397F5D. Grayscale: #989898. Windows color (decimal): -3768158 or 10649798. OLE color: 10649798.

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

Color convert

RGB198128162-
CMYK00.350.180.22
HSL330.86º38.04%63.92%-
HSV(B)330.86º35.35%77.65%-
XYZ37.5330.0538.01-
YUV152.81133.19160.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 162 (63.67% from 255) = 33.20%
R=40.57%
G=26.23%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812816200.350.180.22330.8638.0463.92
HexC680A2023121614b2640
Octal306200242043222651346100
Binary110001101000000010100010010001110010101101010010111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680A2; }

 p { color: rgb(198,128,162); }

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

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

 a { background-color: rgb(198,128,162); }

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

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

 span { border-color: rgb(198,128,162); }

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