#CA8789

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

Shades of Puce #CA8789

Tints of Puce #CA8789

Color information

#CA8789 (or 0xCA8789) is unknown color: approx Puce. HEX triplet: CA, 87 and 89. RGB value is (202,135,137). Sum of RGB (Red+Green+Blue) = 202+135+137=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8789 is #357876. Grayscale: #9B9B9B. Windows color (decimal): -3504247 or 9013194. OLE color: 9013194.

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

Color convert

RGB202135137-
CMYK00.330.320.21
HSL358.21º38.73%66.08%-
HSV(B)358.21º33.17%79.22%-
XYZ37.5431.6927.81-
YUV155.26117.7161.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=42.62%
G=28.48%
B=28.90%

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
Decimal20213513700.330.320.21358.2138.7366.08
HexCA878902120151662742
Octal312207211041402554647102
Binary1100101010000111100010010100001100000101011011001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8789; }

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

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

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

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

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

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

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

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