#CC867C

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

Shades of My Pink #CC867C

Tints of My Pink #CC867C

Color information

#CC867C (or 0xCC867C) is unknown color: approx My Pink. HEX triplet: CC, 86 and 7C. RGB value is (204,134,124). Sum of RGB (Red+Green+Blue) = 204+134+124=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC867C is #337983. Grayscale: #999999. Windows color (decimal): -3373444 or 8160972. OLE color: 8160972.

HSL color Cylindrical-coordinate representation of color #CC867C: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC867C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB204134124-
CMYK00.340.390.2
HSL7.5º43.96%64.31%-
HSV(B)7.5º39.22%80%-
XYZ37.0731.3423.17-
YUV153.79111.19163.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=44.16%
G=29.00%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413412400.340.390.27.543.9664.31
HexCC867C022271482c40
Octal31420617404247241054100
Binary1100110010000110111110001000101001111010010001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC867C; }

 p { color: rgb(204,134,124); }

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

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

 a { background-color: rgb(204,134,124); }

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

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

 span { border-color: rgb(204,134,124); }

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