#CE8288

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

Shades of Charm #CE8288

Tints of Charm #CE8288

Color information

#CE8288 (or 0xCE8288) is unknown color: approx Charm. HEX triplet: CE, 82 and 88. RGB value is (206,130,136). Sum of RGB (Red+Green+Blue) = 206+130+136=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8288 is #317D77. Grayscale: #999999. Windows color (decimal): -3243384 or 8946382. OLE color: 8946382.

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

Color convert

RGB206130136-
CMYK00.370.340.19
HSL355.26º43.68%65.88%-
HSV(B)355.26º36.89%80.78%-
XYZ37.8830.8627.25-
YUV153.41118.18165.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=43.64%
G=27.54%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613013600.370.340.19355.2643.6865.88
HexCE828802522131632c42
Octal316202210045422354354102
Binary1100111010000010100010000100101100010100111011000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8288; }

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

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

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

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

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

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

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

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