#CA859E

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

Shades of Puce #CA859E

Tints of Puce #CA859E

Color information

#CA859E (or 0xCA859E) is unknown color: approx Puce. HEX triplet: CA, 85 and 9E. RGB value is (202,133,158). Sum of RGB (Red+Green+Blue) = 202+133+158=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA859E is #357A61. Grayscale: #9C9C9C. Windows color (decimal): -3504738 or 10388938. OLE color: 10388938.

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

Color convert

RGB202133158-
CMYK00.340.220.21
HSL338.26º39.43%65.69%-
HSV(B)338.26º34.16%79.22%-
XYZ38.9231.836.43-
YUV156.48128.86160.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=40.97%
G=26.98%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213315800.340.220.21338.2639.4365.69
HexCA859E02216151522742
Octal312205236042262552247102
Binary110010101000010110011110010001010110101011010100101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA859E; }

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

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

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

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

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

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

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

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