#CA80A0

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

Shades of Puce #CA80A0

Tints of Puce #CA80A0

Color information

#CA80A0 (or 0xCA80A0) is unknown color: approx Puce. HEX triplet: CA, 80 and A0. RGB value is (202,128,160). Sum of RGB (Red+Green+Blue) = 202+128+160=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A0 is #357F5F. Grayscale: #999999. Windows color (decimal): -3506016 or 10518730. OLE color: 10518730.

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

Color convert

RGB202128160-
CMYK00.370.210.21
HSL334.05º41.11%64.71%-
HSV(B)334.05º36.63%79.22%-
XYZ38.4230.5337.13-
YUV153.77131.52162.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=41.22%
G=26.12%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212816000.370.210.21334.0541.1164.71
HexCA80A0025151514e2941
Octal312200240045252551651101
Binary110010101000000010100000010010110101101011010011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80A0; }

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

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

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

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

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

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

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

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