#CE7072

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

Shades of Froly #CE7072

Tints of Froly #CE7072

Color information

#CE7072 (or 0xCE7072) is unknown color: approx Froly. HEX triplet: CE, 70 and 72. RGB value is (206,112,114). Sum of RGB (Red+Green+Blue) = 206+112+114=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7072 is #318F8D. Grayscale: #8C8C8C. Windows color (decimal): -3248014 or 7499982. OLE color: 7499982.

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

Color convert

RGB206112114-
CMYK00.460.450.19
HSL358.72º48.96%62.35%-
HSV(B)358.72º45.63%80.78%-
XYZ34.2925.9319.12-
YUV140.33113.14174.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=47.69%
G=25.93%
B=26.39%

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
Decimal20611211400.460.450.19358.7248.9662.35
HexCE707202E2D13167313e
Octal31616016205655235476176
Binary1100111011100001110010010111010110110011101100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7072; }

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

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

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

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

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

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

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

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