#CE7C7D

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

Shades of Charm #CE7C7D

Tints of Charm #CE7C7D

Color information

#CE7C7D (or 0xCE7C7D) is unknown color: approx Charm. HEX triplet: CE, 7C and 7D. RGB value is (206,124,125). Sum of RGB (Red+Green+Blue) = 206+124+125=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C7D is #318382. Grayscale: #949494. Windows color (decimal): -3244931 or 8223950. OLE color: 8223950.

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

Color convert

RGB206124125-
CMYK00.400.390.19
HSL359.27º45.56%64.71%-
HSV(B)359.27º39.81%80.78%-
XYZ36.3629.0223.09-
YUV148.63114.67168.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=45.27%
G=27.25%
B=27.47%

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
Decimal20612412500.400.390.19359.2745.5664.71
HexCE7C7D02827131672e41
Octal316174175050472354756101
Binary11001110111110011111010101000100111100111011001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7C7D; }

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

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

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

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

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

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

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

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