#CE7A7D

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

Shades of Charm #CE7A7D

Tints of Charm #CE7A7D

Color information

#CE7A7D (or 0xCE7A7D) is unknown color: approx Charm. HEX triplet: CE, 7A and 7D. RGB value is (206,122,125). Sum of RGB (Red+Green+Blue) = 206+122+125=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A7D is #318582. Grayscale: #939393. Windows color (decimal): -3245443 or 8223438. OLE color: 8223438.

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

Color convert

RGB206122125-
CMYK00.410.390.19
HSL357.86º46.15%64.31%-
HSV(B)357.86º40.78%80.78%-
XYZ36.1128.5223-
YUV147.46115.33169.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=45.47%
G=26.93%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612212500.410.390.19357.8646.1564.31
HexCE7A7D02927131662e40
Octal316172175051472354656100
Binary11001110111101011111010101001100111100111011001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A7D; }

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

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

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

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

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

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

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

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