#CA8889

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

Shades of Puce #CA8889

Tints of Puce #CA8889

Color information

#CA8889 (or 0xCA8889) is unknown color: approx Puce. HEX triplet: CA, 88 and 89. RGB value is (202,136,137). Sum of RGB (Red+Green+Blue) = 202+136+137=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8889 is #357776. Grayscale: #9B9B9B. Windows color (decimal): -3503991 or 9013450. OLE color: 9013450.

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

Color convert

RGB202136137-
CMYK00.330.320.21
HSL359.09º38.37%66.27%-
HSV(B)359.09º32.67%79.22%-
XYZ37.6831.9727.85-
YUV155.85117.37160.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=42.53%
G=28.63%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213613700.330.320.21359.0938.3766.27
HexCA888902120151672642
Octal312210211041402554746102
Binary1100101010001000100010010100001100000101011011001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8889; }

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

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

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

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

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

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

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

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