#CA867E

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

Shades of My Pink #CA867E

Tints of My Pink #CA867E

Color information

#CA867E (or 0xCA867E) is unknown color: approx My Pink. HEX triplet: CA, 86 and 7E. RGB value is (202,134,126). Sum of RGB (Red+Green+Blue) = 202+134+126=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA867E is #357981. Grayscale: #999999. Windows color (decimal): -3504514 or 8292042. OLE color: 8292042.

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

Color convert

RGB202134126-
CMYK00.340.380.21
HSL6.32º41.76%64.31%-
HSV(B)6.32º37.62%79.22%-
XYZ36.6531.1123.81-
YUV153.42112.53162.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=43.72%
G=29.00%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213412600.340.380.216.3241.7664.31
HexCA867E022261562a40
Octal3122061760424625652100
Binary110010101000011011111100100010100110101011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA867E; }

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

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

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

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

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

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

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

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