#CE6C8A

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

Shades of Charm #CE6C8A

Tints of Charm #CE6C8A

Color information

#CE6C8A (or 0xCE6C8A) is unknown color: approx Charm. HEX triplet: CE, 6C and 8A. RGB value is (206,108,138). Sum of RGB (Red+Green+Blue) = 206+108+138=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6C8A is #319375. Grayscale: #8C8C8C. Windows color (decimal): -3249014 or 9071822. OLE color: 9071822.

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

Color convert

RGB206108138-
CMYK00.480.330.19
HSL341.63º50%61.57%-
HSV(B)341.63º47.57%80.78%-
XYZ35.425.6827.14-
YUV140.72126.47174.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=45.58%
G=23.89%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610813800.480.330.19341.635061.57
HexCE6C8A0302113156323e
Octal31615421206041235266276
Binary11001110110110010001010011000010000110011101010110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6C8A; }

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

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

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

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

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

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

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

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