#CE6B81

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

Shades of Charm #CE6B81

Tints of Charm #CE6B81

Color information

#CE6B81 (or 0xCE6B81) is unknown color: approx Charm. HEX triplet: CE, 6B and 81. RGB value is (206,107,129). Sum of RGB (Red+Green+Blue) = 206+107+129=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B81 is #31947E. Grayscale: #8B8B8B. Windows color (decimal): -3249279 or 8481742. OLE color: 8481742.

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

Color convert

RGB206107129-
CMYK00.480.370.19
HSL346.67º50.25%61.37%-
HSV(B)346.67º48.06%80.78%-
XYZ34.6725.2223.81-
YUV139.11122.3175.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 129 (50.78% from 255) = 29.19%
R=46.61%
G=24.21%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610712900.480.370.19346.6750.2561.37
HexCE6B81030251315b323d
Octal31615320106045235336275
Binary11001110110101110000001011000010010110011101011011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B81; }

 p { color: rgb(206,107,129); }

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

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

 a { background-color: rgb(206,107,129); }

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

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

 span { border-color: rgb(206,107,129); }

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