#CA8688

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

Shades of Puce #CA8688

Tints of Puce #CA8688

Color information

#CA8688 (or 0xCA8688) is unknown color: approx Puce. HEX triplet: CA, 86 and 88. RGB value is (202,134,136). Sum of RGB (Red+Green+Blue) = 202+134+136=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8688 is #357977. Grayscale: #9A9A9A. Windows color (decimal): -3504504 or 8947402. OLE color: 8947402.

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

Color convert

RGB202134136-
CMYK00.340.330.21
HSL358.24º39.08%65.88%-
HSV(B)358.24º33.66%79.22%-
XYZ37.3331.3827.38-
YUV154.56117.53161.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=42.80%
G=28.39%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213413600.340.330.21358.2439.0865.88
HexCA868802221151662742
Octal312206210042412554647102
Binary1100101010000110100010000100010100001101011011001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8688; }

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

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

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

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

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

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

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

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