#CA868F

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

Shades of Puce #CA868F

Tints of Puce #CA868F

Color information

#CA868F (or 0xCA868F) is unknown color: approx Puce. HEX triplet: CA, 86 and 8F. RGB value is (202,134,143). Sum of RGB (Red+Green+Blue) = 202+134+143=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868F is #357970. Grayscale: #9B9B9B. Windows color (decimal): -3504497 or 9406154. OLE color: 9406154.

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

Color convert

RGB202134143-
CMYK00.340.290.21
HSL352.06º39.08%65.88%-
HSV(B)352.06º33.66%79.22%-
XYZ37.8431.5930.09-
YUV155.36121.03161.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=42.17%
G=27.97%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213414300.340.290.21352.0639.0865.88
HexCA868F0221D151602742
Octal312206217042352554047102
Binary110010101000011010001111010001011101101011011000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA868F; }

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

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

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

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

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

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

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

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