#CA829A

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

Shades of Puce #CA829A

Tints of Puce #CA829A

Color information

#CA829A (or 0xCA829A) is unknown color: approx Puce. HEX triplet: CA, 82 and 9A. RGB value is (202,130,154). Sum of RGB (Red+Green+Blue) = 202+130+154=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA829A is #357D65. Grayscale: #9A9A9A. Windows color (decimal): -3505510 or 10126026. OLE color: 10126026.

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

Color convert

RGB202130154-
CMYK00.360.240.21
HSL340º40.45%65.1%-
HSV(B)340º35.64%79.22%-
XYZ38.1730.8534.52-
YUV154.26127.85162.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=41.56%
G=26.75%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213015400.360.240.2134040.4565.1
HexCA829A02418151542841
Octal312202232044302552450101
Binary110010101000001010011010010010011000101011010101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA829A; }

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

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

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

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

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

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

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

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