#CE7B7E

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

Shades of Charm #CE7B7E

Tints of Charm #CE7B7E

Color information

#CE7B7E (or 0xCE7B7E) is unknown color: approx Charm. HEX triplet: CE, 7B and 7E. RGB value is (206,123,126). Sum of RGB (Red+Green+Blue) = 206+123+126=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B7E is #318481. Grayscale: #949494. Windows color (decimal): -3245186 or 8289230. OLE color: 8289230.

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

Color convert

RGB206123126-
CMYK00.400.390.19
HSL357.83º45.86%64.51%-
HSV(B)357.83º40.29%80.78%-
XYZ36.328.7923.38-
YUV148.16115.5169.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=45.27%
G=27.03%
B=27.69%

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
Decimal20612312600.400.390.19357.8345.8664.51
HexCE7B7E02827131662e41
Octal316173176050472354656101
Binary11001110111101111111100101000100111100111011001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B7E; }

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

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

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

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

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

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

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

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