#CA80AA

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

Shades of Puce #CA80AA

Tints of Puce #CA80AA

Color information

#CA80AA (or 0xCA80AA) is unknown color: approx Puce. HEX triplet: CA, 80 and AA. RGB value is (202,128,170). Sum of RGB (Red+Green+Blue) = 202+128+170=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80AA is #357F55. Grayscale: #9A9A9A. Windows color (decimal): -3506006 or 11174090. OLE color: 11174090.

HSL color Cylindrical-coordinate representation of color #CA80AA: hue angle of 325.95º 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 #CA80AA is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202128170-
CMYK00.370.160.21
HSL325.95º41.11%64.71%-
HSV(B)325.95º36.63%79.22%-
XYZ39.3330.941.92-
YUV154.91136.52161.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 170 (66.80% from 255) = 34%
R=40.4%
G=25.6%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212817000.370.160.21325.9541.1164.71
HexCA80AA02510151462941
Octal312200252045202550651101
Binary110010101000000010101010010010110000101011010001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80AA; }

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

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

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

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

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

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

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

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