#CA80A7

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

Shades of Puce #CA80A7

Tints of Puce #CA80A7

Color information

#CA80A7 (or 0xCA80A7) is unknown color: approx Puce. HEX triplet: CA, 80 and A7. RGB value is (202,128,167). Sum of RGB (Red+Green+Blue) = 202+128+167=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A7 is #357F58. Grayscale: #9A9A9A. Windows color (decimal): -3506009 or 10977482. OLE color: 10977482.

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

Color convert

RGB202128167-
CMYK00.370.170.21
HSL328.38º41.11%64.71%-
HSV(B)328.38º36.63%79.22%-
XYZ39.0530.7840.44-
YUV154.57135.02161.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=40.64%
G=25.75%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212816700.370.170.21328.3841.1164.71
HexCA80A702511151482941
Octal312200247045212551051101
Binary110010101000000010100111010010110001101011010010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80A7; }

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

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

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

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

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

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

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

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