#CA868D

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

Shades of Puce #CA868D

Tints of Puce #CA868D

Color information

#CA868D (or 0xCA868D) is unknown color: approx Puce. HEX triplet: CA, 86 and 8D. RGB value is (202,134,141). Sum of RGB (Red+Green+Blue) = 202+134+141=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868D is #357972. Grayscale: #9B9B9B. Windows color (decimal): -3504499 or 9275082. OLE color: 9275082.

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

Color convert

RGB202134141-
CMYK00.340.300.21
HSL353.82º39.08%65.88%-
HSV(B)353.82º33.66%79.22%-
XYZ37.6931.5329.3-
YUV155.13120.03161.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=42.35%
G=28.09%
B=29.56%

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
Decimal20213414100.340.300.21353.8239.0865.88
HexCA868D0221E151622742
Octal312206215042362554247102
Binary110010101000011010001101010001011110101011011000101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA868D; }

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

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

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

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

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

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

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

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