#CA859F

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

Shades of Puce #CA859F

Tints of Puce #CA859F

Color information

#CA859F (or 0xCA859F) is unknown color: approx Puce. HEX triplet: CA, 85 and 9F. RGB value is (202,133,159). Sum of RGB (Red+Green+Blue) = 202+133+159=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA859F is #357A60. Grayscale: #9C9C9C. Windows color (decimal): -3504737 or 10454474. OLE color: 10454474.

HSL color Cylindrical-coordinate representation of color #CA859F: hue angle of 337.39º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA859F is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202133159-
CMYK00.340.210.21
HSL337.39º39.43%65.69%-
HSV(B)337.39º34.16%79.22%-
XYZ3931.8336.89-
YUV156.6129.36160.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=40.89%
G=26.92%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213315900.340.210.21337.3939.4365.69
HexCA859F02215151512742
Octal312205237042252552147102
Binary110010101000010110011111010001010101101011010100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA859F; }

 p { color: rgb(202,133,159); }

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

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

 a { background-color: rgb(202,133,159); }

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

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

 span { border-color: rgb(202,133,159); }

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