#CA859A

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

Shades of Puce #CA859A

Tints of Puce #CA859A

Color information

#CA859A (or 0xCA859A) is unknown color: approx Puce. HEX triplet: CA, 85 and 9A. RGB value is (202,133,154). Sum of RGB (Red+Green+Blue) = 202+133+154=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA859A is #357A65. Grayscale: #9C9C9C. Windows color (decimal): -3504742 or 10126794. OLE color: 10126794.

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

Color convert

RGB202133154-
CMYK00.340.240.21
HSL341.74º39.43%65.69%-
HSV(B)341.74º34.16%79.22%-
XYZ38.5831.6634.65-
YUV156.02126.86160.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=41.31%
G=27.20%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213315400.340.240.21341.7439.4365.69
HexCA859A02218151562742
Octal312205232042302552647102
Binary110010101000010110011010010001011000101011010101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA859A; }

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

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

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

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

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

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

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

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