#CA8791

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

Shades of Puce #CA8791

Tints of Puce #CA8791

Color information

#CA8791 (or 0xCA8791) is unknown color: approx Puce. HEX triplet: CA, 87 and 91. RGB value is (202,135,145). Sum of RGB (Red+Green+Blue) = 202+135+145=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8791 is #35786E. Grayscale: #9C9C9C. Windows color (decimal): -3504239 or 9537482. OLE color: 9537482.

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

Color convert

RGB202135145-
CMYK00.330.280.21
HSL351.04º38.73%66.08%-
HSV(B)351.04º33.17%79.22%-
XYZ38.1331.9330.94-
YUV156.17121.7160.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=41.91%
G=28.01%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213514500.330.280.21351.0438.7366.08
HexCA87910211C1515f2742
Octal312207221041342553747102
Binary110010101000011110010001010000111100101011010111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8791; }

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

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

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

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

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

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

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

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