#CA829E

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

Shades of Puce #CA829E

Tints of Puce #CA829E

Color information

#CA829E (or 0xCA829E) is unknown color: approx Puce. HEX triplet: CA, 82 and 9E. RGB value is (202,130,158). Sum of RGB (Red+Green+Blue) = 202+130+158=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA829E is #357D61. Grayscale: #9A9A9A. Windows color (decimal): -3505506 or 10388170. OLE color: 10388170.

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

Color convert

RGB202130158-
CMYK00.360.220.21
HSL336.67º40.45%65.1%-
HSV(B)336.67º35.64%79.22%-
XYZ38.5130.9936.3-
YUV154.72129.85161.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=41.22%
G=26.53%
B=32.24%

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
Decimal20213015800.360.220.21336.6740.4565.1
HexCA829E02416151512841
Octal312202236044262552150101
Binary110010101000001010011110010010010110101011010100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA829E; }

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

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

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

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

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

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

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

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