#CA899D

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

Shades of Puce #CA899D

Tints of Puce #CA899D

Color information

#CA899D (or 0xCA899D) is unknown color: approx Puce. HEX triplet: CA, 89 and 9D. RGB value is (202,137,157). Sum of RGB (Red+Green+Blue) = 202+137+157=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA899D is #357662. Grayscale: #9E9E9E. Windows color (decimal): -3503715 or 10324426. OLE color: 10324426.

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

Color convert

RGB202137157-
CMYK00.320.220.21
HSL341.54º38.01%66.47%-
HSV(B)341.54º32.18%79.22%-
XYZ39.3932.8836.17-
YUV158.72127.03158.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=40.73%
G=27.62%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213715700.320.220.21341.5438.0166.47
HexCA899D02016151562642
Octal312211235040262552646102
Binary110010101000100110011101010000010110101011010101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA899D; }

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

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

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

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

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

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

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

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