#CA839A

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

Shades of Puce #CA839A

Tints of Puce #CA839A

Color information

#CA839A (or 0xCA839A) is unknown color: approx Puce. HEX triplet: CA, 83 and 9A. RGB value is (202,131,154). Sum of RGB (Red+Green+Blue) = 202+131+154=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA839A is #357C65. Grayscale: #9A9A9A. Windows color (decimal): -3505254 or 10126282. OLE color: 10126282.

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

Color convert

RGB202131154-
CMYK00.350.240.21
HSL340.56º40.11%65.29%-
HSV(B)340.56º35.15%79.22%-
XYZ38.3131.1234.56-
YUV154.85127.52161.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=41.48%
G=26.90%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213115400.350.240.21340.5640.1165.29
HexCA839A02318151552841
Octal312203232043302552550101
Binary110010101000001110011010010001111000101011010101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA839A; }

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

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

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

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

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

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

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

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