#CA81AA

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

Shades of Puce #CA81AA

Tints of Puce #CA81AA

Color information

#CA81AA (or 0xCA81AA) is unknown color: approx Puce. HEX triplet: CA, 81 and AA. RGB value is (202,129,170). Sum of RGB (Red+Green+Blue) = 202+129+170=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AA is #357E55. Grayscale: #9B9B9B. Windows color (decimal): -3505750 or 11174346. OLE color: 11174346.

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

Color convert

RGB202129170-
CMYK00.360.160.21
HSL326.3º40.78%64.9%-
HSV(B)326.3º36.14%79.22%-
XYZ39.4631.1641.96-
YUV155.5136.18161.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=40.32%
G=25.75%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212917000.360.160.21326.340.7864.9
HexCA81AA02410151462941
Octal312201252044202550651101
Binary110010101000000110101010010010010000101011010001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81AA; }

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

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

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

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

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

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

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

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