#CA7FA7

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

Shades of Puce #CA7FA7

Tints of Puce #CA7FA7

Color information

#CA7FA7 (or 0xCA7FA7) is unknown color: approx Puce. HEX triplet: CA, 7F and A7. RGB value is (202,127,167). Sum of RGB (Red+Green+Blue) = 202+127+167=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FA7 is #358058. Grayscale: #999999. Windows color (decimal): -3506265 or 10977226. OLE color: 10977226.

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

Color convert

RGB202127167-
CMYK00.370.170.21
HSL328º41.44%64.51%-
HSV(B)328º37.13%79.22%-
XYZ38.9230.5340.4-
YUV153.99135.35162.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=40.73%
G=25.60%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212716700.370.170.2132841.4464.51
HexCA7FA702511151482941
Octal312177247045212551051101
Binary11001010111111110100111010010110001101011010010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FA7; }

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

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

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

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

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

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

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

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