#CA828E

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

Shades of Puce #CA828E

Tints of Puce #CA828E

Color information

#CA828E (or 0xCA828E) is unknown color: approx Puce. HEX triplet: CA, 82 and 8E. RGB value is (202,130,142). Sum of RGB (Red+Green+Blue) = 202+130+142=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA828E is #357D71. Grayscale: #989898. Windows color (decimal): -3505522 or 9339594. OLE color: 9339594.

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

Color convert

RGB202130142-
CMYK00.360.300.21
HSL350º40.45%65.1%-
HSV(B)350º35.64%79.22%-
XYZ37.2230.4729.51-
YUV152.9121.85163.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=42.62%
G=27.43%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213014200.360.300.2135040.4565.1
HexCA828E0241E1515e2841
Octal312202216044362553650101
Binary110010101000001010001110010010011110101011010111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA828E; }

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

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

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

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

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

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

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

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