#CA81A7

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

Shades of Puce #CA81A7

Tints of Puce #CA81A7

Color information

#CA81A7 (or 0xCA81A7) is unknown color: approx Puce. HEX triplet: CA, 81 and A7. RGB value is (202,129,167). Sum of RGB (Red+Green+Blue) = 202+129+167=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81A7 is #357E58. Grayscale: #9B9B9B. Windows color (decimal): -3505753 or 10977738. OLE color: 10977738.

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

Color convert

RGB202129167-
CMYK00.360.170.21
HSL328.77º40.78%64.9%-
HSV(B)328.77º36.14%79.22%-
XYZ39.1831.0540.49-
YUV155.16134.68161.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=40.56%
G=25.90%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212916700.360.170.21328.7740.7864.9
HexCA81A702411151492941
Octal312201247044212551151101
Binary110010101000000110100111010010010001101011010010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81A7; }

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

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

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

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

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

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

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

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