#CA828F

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

Shades of Puce #CA828F

Tints of Puce #CA828F

Color information

#CA828F (or 0xCA828F) is unknown color: approx Puce. HEX triplet: CA, 82 and 8F. RGB value is (202,130,143). Sum of RGB (Red+Green+Blue) = 202+130+143=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA828F is #357D70. Grayscale: #999999. Windows color (decimal): -3505521 or 9405130. OLE color: 9405130.

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

Color convert

RGB202130143-
CMYK00.360.290.21
HSL349.17º40.45%65.1%-
HSV(B)349.17º35.64%79.22%-
XYZ37.330.529.91-
YUV153.01122.35162.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=42.53%
G=27.37%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213014300.360.290.21349.1740.4565.1
HexCA828F0241D1515d2841
Octal312202217044352553550101
Binary110010101000001010001111010010011101101011010111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA828F; }

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

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

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

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

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

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

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

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