#CE718A

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

Shades of Charm #CE718A

Tints of Charm #CE718A

Color information

#CE718A (or 0xCE718A) is unknown color: approx Charm. HEX triplet: CE, 71 and 8A. RGB value is (206,113,138). Sum of RGB (Red+Green+Blue) = 206+113+138=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE718A is #318E75. Grayscale: #8F8F8F. Windows color (decimal): -3247734 or 9073102. OLE color: 9073102.

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

Color convert

RGB206113138-
CMYK00.450.330.19
HSL343.87º48.69%62.55%-
HSV(B)343.87º45.15%80.78%-
XYZ35.9526.7727.32-
YUV143.66124.81172.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=45.08%
G=24.73%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611313800.450.330.19343.8748.6962.55
HexCE718A02D2113158313f
Octal31616121205541235306177
Binary11001110111000110001010010110110000110011101011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE718A; }

 p { color: rgb(206,113,138); }

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

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

 a { background-color: rgb(206,113,138); }

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

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

 span { border-color: rgb(206,113,138); }

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