#CA889F

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

Shades of Puce #CA889F

Tints of Puce #CA889F

Color information

#CA889F (or 0xCA889F) is unknown color: approx Puce. HEX triplet: CA, 88 and 9F. RGB value is (202,136,159). Sum of RGB (Red+Green+Blue) = 202+136+159=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA889F is #357760. Grayscale: #9E9E9E. Windows color (decimal): -3503969 or 10455242. OLE color: 10455242.

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

Color convert

RGB202136159-
CMYK00.330.210.21
HSL339.09º38.37%66.27%-
HSV(B)339.09º32.67%79.22%-
XYZ39.4232.6737.03-
YUV158.36128.37159.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=40.64%
G=27.36%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213615900.330.210.21339.0938.3766.27
HexCA889F02115151532642
Octal312210237041252552346102
Binary110010101000100010011111010000110101101011010100111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA889F; }

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

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

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

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

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

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

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

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