#cf8887

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

Shades of My Pink #CF8887

Tints of My Pink #CF8887

Color information

#CF8887 (or 0xCF8887) is unknown color: approx My Pink. HEX triplet: CF, 88 and 87. RGB value is (207,136,135). Sum of RGB (Red+Green+Blue) = 207+136+135=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8887 is #307778. Grayscale: #9D9D9D. Windows color (decimal): -3176313 or 8882383. OLE color: 8882383.

HSL color Cylindrical-coordinate representation of color #CF8887: hue angle of 0.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF8887 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207136135-
CMYK00.340.350.19
HSL0.83º42.86%67.06%-
HSV(B)0.83º34.78%81.18%-
XYZ38.9132.6227.17-
YUV157.12115.52163.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=43.31%
G=28.45%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713613500.340.350.190.8342.8667.06
HexCF8887022231312b43
Octal3172102070424323153103
Binary11001111100010001000011101000101000111001111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8887; }

 p { color: rgb(207,136,135); }

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

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

 a { background-color: rgb(207,136,135); }

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

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

 span { border-color: rgb(207,136,135); }

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