#CA829D

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

Shades of Puce #CA829D

Tints of Puce #CA829D

Color information

#CA829D (or 0xCA829D) is unknown color: approx Puce. HEX triplet: CA, 82 and 9D. RGB value is (202,130,157). Sum of RGB (Red+Green+Blue) = 202+130+157=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA829D is #357D62. Grayscale: #9A9A9A. Windows color (decimal): -3505507 or 10322634. OLE color: 10322634.

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

Color convert

RGB202130157-
CMYK00.360.220.21
HSL337.5º40.45%65.1%-
HSV(B)337.5º35.64%79.22%-
XYZ38.4330.9635.85-
YUV154.61129.35161.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=41.31%
G=26.58%
B=32.11%

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
Decimal20213015700.360.220.21337.540.4565.1
HexCA829D02416151522841
Octal312202235044262552250101
Binary110010101000001010011101010010010110101011010100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA829D; }

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

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

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

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

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

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

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

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