#CF867D

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

Shades of My Pink #CF867D

Tints of My Pink #CF867D

Color information

#CF867D (or 0xCF867D) is unknown color: approx My Pink. HEX triplet: CF, 86 and 7D. RGB value is (207,134,125). Sum of RGB (Red+Green+Blue) = 207+134+125=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF867D is #307982. Grayscale: #9A9A9A. Windows color (decimal): -3176835 or 8226511. OLE color: 8226511.

HSL color Cylindrical-coordinate representation of color #CF867D: hue angle of 6.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF867D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207134125-
CMYK00.350.400.19
HSL6.59º46.07%65.1%-
HSV(B)6.59º39.61%81.18%-
XYZ37.9631.823.54-
YUV154.8111.18165.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=44.42%
G=28.76%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713412500.350.400.196.5946.0765.1
HexCF867D023281372e41
Octal3172061750435023756101
Binary110011111000011011111010100011101000100111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF867D; }

 p { color: rgb(207,134,125); }

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

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

 a { background-color: rgb(207,134,125); }

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

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

 span { border-color: rgb(207,134,125); }

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