#CE6D73

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

Shades of Froly #CE6D73

Tints of Froly #CE6D73

Color information

#CE6D73 (or 0xCE6D73) is unknown color: approx Froly. HEX triplet: CE, 6D and 73. RGB value is (206,109,115). Sum of RGB (Red+Green+Blue) = 206+109+115=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D73 is #31928C. Grayscale: #8A8A8A. Windows color (decimal): -3248781 or 7564750. OLE color: 7564750.

HSL color Cylindrical-coordinate representation of color #CE6D73: hue angle of 356.29º degrees, saturation: 0.5, 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 #CE6D73 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB206109115-
CMYK00.470.440.19
HSL356.29º49.74%61.76%-
HSV(B)356.29º47.09%80.78%-
XYZ34.0225.319.31-
YUV138.69114.64176.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=47.91%
G=25.35%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610911500.470.440.19356.2949.7461.76
HexCE6D7302F2C13164323e
Octal31615516305754235446276
Binary1100111011011011110011010111110110010011101100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6D73; }

 p { color: rgb(206,109,115); }

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

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

 a { background-color: rgb(206,109,115); }

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

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

 span { border-color: rgb(206,109,115); }

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