#CE867B

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

Shades of My Pink #CE867B

Tints of My Pink #CE867B

Color information

#CE867B (or 0xCE867B) is unknown color: approx My Pink. HEX triplet: CE, 86 and 7B. RGB value is (206,134,123). Sum of RGB (Red+Green+Blue) = 206+134+123=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE867B is #317984. Grayscale: #9A9A9A. Windows color (decimal): -3242373 or 8095438. OLE color: 8095438.

HSL color Cylindrical-coordinate representation of color #CE867B: hue angle of 7.95º 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 #CE867B is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206134123-
CMYK00.350.400.19
HSL7.95º45.86%64.51%-
HSV(B)7.95º40.29%80.78%-
XYZ37.5531.622.86-
YUV154.27110.35164.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=44.49%
G=28.94%
B=26.57%

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
Decimal20613412300.350.400.197.9545.8664.51
HexCE867B023281382e41
Octal31620617304350231056101
Binary1100111010000110111101101000111010001001110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE867B; }

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

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

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

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

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

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

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

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