#CA839E

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

Shades of Puce #CA839E

Tints of Puce #CA839E

Color information

#CA839E (or 0xCA839E) is unknown color: approx Puce. HEX triplet: CA, 83 and 9E. RGB value is (202,131,158). Sum of RGB (Red+Green+Blue) = 202+131+158=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA839E is #357C61. Grayscale: #9B9B9B. Windows color (decimal): -3505250 or 10388426. OLE color: 10388426.

HSL color Cylindrical-coordinate representation of color #CA839E: hue angle of 337.18º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA839E is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202131158-
CMYK00.350.220.21
HSL337.18º40.11%65.29%-
HSV(B)337.18º35.15%79.22%-
XYZ38.6431.2636.34-
YUV155.31129.52161.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=41.14%
G=26.68%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213115800.350.220.21337.1840.1165.29
HexCA839E02316151512841
Octal312203236043262552150101
Binary110010101000001110011110010001110110101011010100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA839E; }

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

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

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

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

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

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

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

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