#CA889E

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

Shades of Puce #CA889E

Tints of Puce #CA889E

Color information

#CA889E (or 0xCA889E) is unknown color: approx Puce. HEX triplet: CA, 88 and 9E. RGB value is (202,136,158). Sum of RGB (Red+Green+Blue) = 202+136+158=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA889E is #357761. Grayscale: #9E9E9E. Windows color (decimal): -3503970 or 10389706. OLE color: 10389706.

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

Color convert

RGB202136158-
CMYK00.330.220.21
HSL340º38.37%66.27%-
HSV(B)340º32.67%79.22%-
XYZ39.3332.6336.57-
YUV158.24127.87159.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=40.73%
G=27.42%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213615800.330.220.2134038.3766.27
HexCA889E02116151542642
Octal312210236041262552446102
Binary110010101000100010011110010000110110101011010101001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA889E; }

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

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

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

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

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

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

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

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