#CA819D

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

Shades of Puce #CA819D

Tints of Puce #CA819D

Color information

#CA819D (or 0xCA819D) is unknown color: approx Puce. HEX triplet: CA, 81 and 9D. RGB value is (202,129,157). Sum of RGB (Red+Green+Blue) = 202+129+157=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA819D is #357E62. Grayscale: #999999. Windows color (decimal): -3505763 or 10322378. OLE color: 10322378.

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

Color convert

RGB202129157-
CMYK00.360.220.21
HSL336.99º40.78%64.9%-
HSV(B)336.99º36.14%79.22%-
XYZ38.2930.6935.8-
YUV154.02129.68162.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=41.39%
G=26.43%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212915700.360.220.21336.9940.7864.9
HexCA819D02416151512941
Octal312201235044262552151101
Binary110010101000000110011101010010010110101011010100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA819D; }

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

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

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

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

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

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

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

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