#CA899F

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

Shades of Puce #CA899F

Tints of Puce #CA899F

Color information

#CA899F (or 0xCA899F) is unknown color: approx Puce. HEX triplet: CA, 89 and 9F. RGB value is (202,137,159). Sum of RGB (Red+Green+Blue) = 202+137+159=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA899F is #357660. Grayscale: #9E9E9E. Windows color (decimal): -3503713 or 10455498. OLE color: 10455498.

HSL color Cylindrical-coordinate representation of color #CA899F: hue angle of 339.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA899F is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202137159-
CMYK00.320.210.21
HSL339.69º38.01%66.47%-
HSV(B)339.69º32.18%79.22%-
XYZ39.5632.9537.08-
YUV158.94128.03158.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=40.56%
G=27.51%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213715900.320.210.21339.6938.0166.47
HexCA899F02015151542642
Octal312211237040252552446102
Binary110010101000100110011111010000010101101011010101001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA899F; }

 p { color: rgb(202,137,159); }

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

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

 a { background-color: rgb(202,137,159); }

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

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

 span { border-color: rgb(202,137,159); }

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