#CE6E75

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

Shades of Froly #CE6E75

Tints of Froly #CE6E75

Color information

#CE6E75 (or 0xCE6E75) is unknown color: approx Froly. HEX triplet: CE, 6E and 75. RGB value is (206,110,117). Sum of RGB (Red+Green+Blue) = 206+110+117=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E75 is #31918A. Grayscale: #8B8B8B. Windows color (decimal): -3248523 or 7696078. OLE color: 7696078.

HSL color Cylindrical-coordinate representation of color #CE6E75: hue angle of 355.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6E75 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB206110117-
CMYK00.470.430.19
HSL355.62º49.48%61.96%-
HSV(B)355.62º46.6%80.78%-
XYZ34.2425.5619.96-
YUV139.5115.3175.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=47.58%
G=25.40%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611011700.470.430.19355.6249.4861.96
HexCE6E7502F2B13164313e
Octal31615616505753235446176
Binary1100111011011101110101010111110101110011101100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6E75; }

 p { color: rgb(206,110,117); }

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

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

 a { background-color: rgb(206,110,117); }

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

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

 span { border-color: rgb(206,110,117); }

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