#CE6A7A

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

Shades of Charm #CE6A7A

Tints of Charm #CE6A7A

Color information

#CE6A7A (or 0xCE6A7A) is unknown color: approx Charm. HEX triplet: CE, 6A and 7A. RGB value is (206,106,122). Sum of RGB (Red+Green+Blue) = 206+106+122=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A7A is #319585. Grayscale: #898989. Windows color (decimal): -3249542 or 8022734. OLE color: 8022734.

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

Color convert

RGB206106122-
CMYK00.490.410.19
HSL350.4º50.51%61.18%-
HSV(B)350.4º48.54%80.78%-
XYZ34.1224.8421.41-
YUV137.72119.13176.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.47%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=47.47%
G=24.42%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610612200.490.410.19350.450.5161.18
HexCE6A7A031291315e333d
Octal31615217206151235366375
Binary1100111011010101111010011000110100110011101011110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A7A; }

 p { color: rgb(206,106,122); }

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

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

 a { background-color: rgb(206,106,122); }

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

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

 span { border-color: rgb(206,106,122); }

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