#CE7071

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

Shades of Froly #CE7071

Tints of Froly #CE7071

Color information

#CE7071 (or 0xCE7071) is unknown color: approx Froly. HEX triplet: CE, 70 and 71. RGB value is (206,112,113). Sum of RGB (Red+Green+Blue) = 206+112+113=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7071 is #318F8E. Grayscale: #8C8C8C. Windows color (decimal): -3248015 or 7434446. OLE color: 7434446.

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

Color convert

RGB206112113-
CMYK00.460.450.19
HSL359.36º48.96%62.35%-
HSV(B)359.36º45.63%80.78%-
XYZ34.2325.918.82-
YUV140.22112.64174.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.80%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=47.80%
G=25.99%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611211300.460.450.19359.3648.9662.35
HexCE707102E2D13167313e
Octal31616016105655235476176
Binary1100111011100001110001010111010110110011101100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7071; }

 p { color: rgb(206,112,113); }

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

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

 a { background-color: rgb(206,112,113); }

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

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

 span { border-color: rgb(206,112,113); }

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