#CA868E

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

Shades of Puce #CA868E

Tints of Puce #CA868E

Color information

#CA868E (or 0xCA868E) is unknown color: approx Puce. HEX triplet: CA, 86 and 8E. RGB value is (202,134,142). Sum of RGB (Red+Green+Blue) = 202+134+142=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868E is #357971. Grayscale: #9B9B9B. Windows color (decimal): -3504498 or 9340618. OLE color: 9340618.

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

Color convert

RGB202134142-
CMYK00.340.300.21
HSL352.94º39.08%65.88%-
HSV(B)352.94º33.66%79.22%-
XYZ37.7631.5629.69-
YUV155.24120.53161.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=42.26%
G=28.03%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213414200.340.300.21352.9439.0865.88
HexCA868E0221E151612742
Octal312206216042362554147102
Binary110010101000011010001110010001011110101011011000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA868E; }

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

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

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

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

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

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

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

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