#CE728E

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

Shades of Charm #CE728E

Tints of Charm #CE728E

Color information

#CE728E (or 0xCE728E) is unknown color: approx Charm. HEX triplet: CE, 72 and 8E. RGB value is (206,114,142). Sum of RGB (Red+Green+Blue) = 206+114+142=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE728E is #318D71. Grayscale: #909090. Windows color (decimal): -3247474 or 9335502. OLE color: 9335502.

HSL color Cylindrical-coordinate representation of color #CE728E: hue angle of 341.74º degrees, saturation: 0.48, 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 #CE728E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206114142-
CMYK00.450.310.19
HSL341.74º48.42%62.75%-
HSV(B)341.74º44.66%80.78%-
XYZ36.3527.1128.91-
YUV144.7126.48171.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=44.59%
G=24.68%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611414200.450.310.19341.7448.4262.75
HexCE728E02D1F13156303f
Octal31616221605537235266077
Binary1100111011100101000111001011011111110011101010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE728E; }

 p { color: rgb(206,114,142); }

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

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

 a { background-color: rgb(206,114,142); }

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

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

 span { border-color: rgb(206,114,142); }

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