#CE7C7E

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

Shades of Charm #CE7C7E

Tints of Charm #CE7C7E

Color information

#CE7C7E (or 0xCE7C7E) is unknown color: approx Charm. HEX triplet: CE, 7C and 7E. RGB value is (206,124,126). Sum of RGB (Red+Green+Blue) = 206+124+126=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C7E is #318381. Grayscale: #949494. Windows color (decimal): -3244930 or 8289486. OLE color: 8289486.

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

Color convert

RGB206124126-
CMYK00.400.390.19
HSL358.54º45.56%64.71%-
HSV(B)358.54º39.81%80.78%-
XYZ36.4329.0423.42-
YUV148.75115.17168.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=45.18%
G=27.19%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612412600.400.390.19358.5445.5664.71
HexCE7C7E02827131672e41
Octal316174176050472354756101
Binary11001110111110011111100101000100111100111011001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7C7E; }

 p { color: rgb(206,124,126); }

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

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

 a { background-color: rgb(206,124,126); }

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

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

 span { border-color: rgb(206,124,126); }

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