#CE867D

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

Shades of My Pink #CE867D

Tints of My Pink #CE867D

Color information

#CE867D (or 0xCE867D) is unknown color: approx My Pink. HEX triplet: CE, 86 and 7D. RGB value is (206,134,125). Sum of RGB (Red+Green+Blue) = 206+134+125=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE867D is #317982. Grayscale: #9A9A9A. Windows color (decimal): -3242371 or 8226510. OLE color: 8226510.

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

Color convert

RGB206134125-
CMYK00.350.390.19
HSL6.67º45.25%64.9%-
HSV(B)6.67º39.32%80.78%-
XYZ37.6831.6523.53-
YUV154.5111.35164.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=44.30%
G=28.82%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613412500.350.390.196.6745.2564.9
HexCE867D023271372d41
Octal3162061750434723755101
Binary110011101000011011111010100011100111100111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE867D; }

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

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

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

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

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

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

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

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