#CA8697

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

Shades of Puce #CA8697

Tints of Puce #CA8697

Color information

#CA8697 (or 0xCA8697) is unknown color: approx Puce. HEX triplet: CA, 86 and 97. RGB value is (202,134,151). Sum of RGB (Red+Green+Blue) = 202+134+151=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8697 is #357968. Grayscale: #9C9C9C. Windows color (decimal): -3504489 or 9930442. OLE color: 9930442.

HSL color Cylindrical-coordinate representation of color #CA8697: hue angle of 345º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8697 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202134151-
CMYK00.340.250.21
HSL345º39.08%65.88%-
HSV(B)345º33.66%79.22%-
XYZ38.4731.8433.4-
YUV156.27125.03160.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=41.48%
G=27.52%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213415100.340.250.2134539.0865.88
HexCA869702219151592742
Octal312206227042312553147102
Binary110010101000011010010111010001011001101011010110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8697; }

 p { color: rgb(202,134,151); }

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

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

 a { background-color: rgb(202,134,151); }

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

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

 span { border-color: rgb(202,134,151); }

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