#CA858A

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

Shades of Puce #CA858A

Tints of Puce #CA858A

Color information

#CA858A (or 0xCA858A) is unknown color: approx Puce. HEX triplet: CA, 85 and 8A. RGB value is (202,133,138). Sum of RGB (Red+Green+Blue) = 202+133+138=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA858A is #357A75. Grayscale: #9A9A9A. Windows color (decimal): -3504758 or 9078218. OLE color: 9078218.

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

Color convert

RGB202133138-
CMYK00.340.320.21
HSL355.65º39.43%65.69%-
HSV(B)355.65º34.16%79.22%-
XYZ37.3331.1728.09-
YUV154.2118.86162.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=42.71%
G=28.12%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213313800.340.320.21355.6539.4365.69
HexCA858A02220151642742
Octal312205212042402554447102
Binary1100101010000101100010100100010100000101011011001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA858A; }

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

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

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

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

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

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

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

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