#CA8788

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

Shades of Puce #CA8788

Tints of Puce #CA8788

Color information

#CA8788 (or 0xCA8788) is unknown color: approx Puce. HEX triplet: CA, 87 and 88. RGB value is (202,135,136). Sum of RGB (Red+Green+Blue) = 202+135+136=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8788 is #357877. Grayscale: #9B9B9B. Windows color (decimal): -3504248 or 8947658. OLE color: 8947658.

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

Color convert

RGB202135136-
CMYK00.330.330.21
HSL359.1º38.73%66.08%-
HSV(B)359.1º33.17%79.22%-
XYZ37.4731.6627.43-
YUV155.15117.2161.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=42.71%
G=28.54%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213513600.330.330.21359.138.7366.08
HexCA878802121151672742
Octal312207210041412554747102
Binary1100101010000111100010000100001100001101011011001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8788; }

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

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

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

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

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

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

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

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