#CA828D

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

Shades of Puce #CA828D

Tints of Puce #CA828D

Color information

#CA828D (or 0xCA828D) is unknown color: approx Puce. HEX triplet: CA, 82 and 8D. RGB value is (202,130,141). Sum of RGB (Red+Green+Blue) = 202+130+141=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA828D is #357D72. Grayscale: #989898. Windows color (decimal): -3505523 or 9274058. OLE color: 9274058.

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

Color convert

RGB202130141-
CMYK00.360.300.21
HSL350.83º40.45%65.1%-
HSV(B)350.83º35.64%79.22%-
XYZ37.1530.4429.12-
YUV152.78121.35163.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=42.71%
G=27.48%
B=29.81%

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
Decimal20213014100.360.300.21350.8340.4565.1
HexCA828D0241E1515f2841
Octal312202215044362553750101
Binary110010101000001010001101010010011110101011010111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA828D; }

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

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

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

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

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

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

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

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