#CE697B

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

Shades of Charm #CE697B

Tints of Charm #CE697B

Color information

#CE697B (or 0xCE697B) is unknown color: approx Charm. HEX triplet: CE, 69 and 7B. RGB value is (206,105,123). Sum of RGB (Red+Green+Blue) = 206+105+123=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE697B is #319684. Grayscale: #898989. Windows color (decimal): -3249797 or 8088014. OLE color: 8088014.

HSL color Cylindrical-coordinate representation of color #CE697B: hue angle of 349.31º 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 #CE697B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206105123-
CMYK00.490.400.19
HSL349.31º50.75%60.98%-
HSV(B)349.31º49.03%80.78%-
XYZ34.0824.6621.7-
YUV137.25119.96177.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.47%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=47.47%
G=24.19%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610512300.490.400.19349.3150.7560.98
HexCE697B031281315d333d
Octal31615117306150235356375
Binary1100111011010011111011011000110100010011101011101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE697B; }

 p { color: rgb(206,105,123); }

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

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

 a { background-color: rgb(206,105,123); }

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

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

 span { border-color: rgb(206,105,123); }

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