#CA7EA1

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

Shades of Puce #CA7EA1

Tints of Puce #CA7EA1

Color information

#CA7EA1 (or 0xCA7EA1) is unknown color: approx Puce. HEX triplet: CA, 7E and A1. RGB value is (202,126,161). Sum of RGB (Red+Green+Blue) = 202+126+161=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7EA1 is #35815E. Grayscale: #989898. Windows color (decimal): -3506527 or 10583754. OLE color: 10583754.

HSL color Cylindrical-coordinate representation of color #CA7EA1: hue angle of 332.37º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7EA1 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB202126161-
CMYK00.380.200.21
HSL332.37º41.76%64.31%-
HSV(B)332.37º37.62%79.22%-
XYZ38.2530.0537.5-
YUV152.71132.68163.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=41.31%
G=25.77%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212616100.380.200.21332.3741.7664.31
HexCA7EA1026141514c2a40
Octal312176241046242551452100
Binary11001010111111010100001010011010100101011010011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EA1; }

 p { color: rgb(202,126,161); }

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

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

 a { background-color: rgb(202,126,161); }

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

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

 span { border-color: rgb(202,126,161); }

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