#CE8988

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

Shades of My Pink #CE8988

Tints of My Pink #CE8988

Color information

#CE8988 (or 0xCE8988) is unknown color: approx My Pink. HEX triplet: CE, 89 and 88. RGB value is (206,137,136). Sum of RGB (Red+Green+Blue) = 206+137+136=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8988 is #317677. Grayscale: #9D9D9D. Windows color (decimal): -3241592 or 8948174. OLE color: 8948174.

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

Color convert

RGB206137136-
CMYK00.330.340.19
HSL0.86º41.67%67.06%-
HSV(B)0.86º33.98%80.78%-
XYZ38.8432.7927.57-
YUV157.52115.86162.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=43.01%
G=28.60%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613713600.330.340.190.8641.6767.06
HexCE8988021221312a43
Octal3162112100414223152103
Binary11001110100010011000100001000011000101001111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8988; }

 p { color: rgb(206,137,136); }

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

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

 a { background-color: rgb(206,137,136); }

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

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

 span { border-color: rgb(206,137,136); }

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