#CE6F7F

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

Shades of Charm #CE6F7F

Tints of Charm #CE6F7F

Color information

#CE6F7F (or 0xCE6F7F) is unknown color: approx Charm. HEX triplet: CE, 6F and 7F. RGB value is (206,111,127). Sum of RGB (Red+Green+Blue) = 206+111+127=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F7F is #319080. Grayscale: #8D8D8D. Windows color (decimal): -3248257 or 8351694. OLE color: 8351694.

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

Color convert

RGB206111127-
CMYK00.460.380.19
HSL349.89º49.22%62.16%-
HSV(B)349.89º46.12%80.78%-
XYZ34.9726.0223.26-
YUV141.23119.97174.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 127 (50% from 255) = 28.60%
R=46.40%
G=25%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611112700.460.380.19349.8949.2262.16
HexCE6F7F02E261315e313e
Octal31615717705646235366176
Binary1100111011011111111111010111010011010011101011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6F7F; }

 p { color: rgb(206,111,127); }

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

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

 a { background-color: rgb(206,111,127); }

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

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

 span { border-color: rgb(206,111,127); }

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