#CE7D7F

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

Shades of Charm #CE7D7F

Tints of Charm #CE7D7F

Color information

#CE7D7F (or 0xCE7D7F) is unknown color: approx Charm. HEX triplet: CE, 7D and 7F. RGB value is (206,125,127). Sum of RGB (Red+Green+Blue) = 206+125+127=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D7F is #318280. Grayscale: #959595. Windows color (decimal): -3244673 or 8355278. OLE color: 8355278.

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

Color convert

RGB206125127-
CMYK00.390.380.19
HSL358.52º45.25%64.9%-
HSV(B)358.52º39.32%80.78%-
XYZ36.6229.3223.81-
YUV149.45115.34168.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 127 (50% from 255) = 27.73%
R=44.98%
G=27.29%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612512700.390.380.19358.5245.2564.9
HexCE7D7F02726131672d41
Octal316175177047462354755101
Binary11001110111110111111110100111100110100111011001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7D7F; }

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

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

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

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

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

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

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

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