#C780A7

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

Shades of Puce #C780A7

Tints of Puce #C780A7

Color information

#C780A7 (or 0xC780A7) is unknown color: approx Puce. HEX triplet: C7, 80 and A7. RGB value is (199,128,167). Sum of RGB (Red+Green+Blue) = 199+128+167=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C780A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C780A7 is #387F58. Grayscale: #999999. Windows color (decimal): -3702617 or 10977479. OLE color: 10977479.

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

Color convert

RGB199128167-
CMYK00.360.160.22
HSL327.04º38.8%64.12%-
HSV(B)327.04º35.68%78.04%-
XYZ38.2530.3740.41-
YUV153.68135.52160.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 167 (65.62% from 255) = 33.81%
R=40.28%
G=25.91%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912816700.360.160.22327.0438.864.12
HexC780A702410161472740
Octal307200247044202650747100
Binary110001111000000010100111010010010000101101010001111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780A7; }

 p { color: rgb(199,128,167); }

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

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

 a { background-color: rgb(199,128,167); }

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

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

 span { border-color: rgb(199,128,167); }

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