#CA7FA0

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

Shades of Puce #CA7FA0

Tints of Puce #CA7FA0

Color information

#CA7FA0 (or 0xCA7FA0) is unknown color: approx Puce. HEX triplet: CA, 7F and A0. RGB value is (202,127,160). Sum of RGB (Red+Green+Blue) = 202+127+160=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FA0 is #35805F. Grayscale: #999999. Windows color (decimal): -3506272 or 10518474. OLE color: 10518474.

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

Color convert

RGB202127160-
CMYK00.370.210.21
HSL333.6º41.44%64.51%-
HSV(B)333.6º37.13%79.22%-
XYZ38.2930.2737.08-
YUV153.19131.85162.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=41.31%
G=25.97%
B=32.72%

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
Decimal20212716000.370.210.21333.641.4464.51
HexCA7FA0025151514e2941
Octal312177240045252551651101
Binary11001010111111110100000010010110101101011010011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FA0; }

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

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

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

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

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

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

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

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