#CE7779

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

Shades of Froly #CE7779

Tints of Froly #CE7779

Color information

#CE7779 (or 0xCE7779) is unknown color: approx Froly. HEX triplet: CE, 77 and 79. RGB value is (206,119,121). Sum of RGB (Red+Green+Blue) = 206+119+121=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7779 is #318886. Grayscale: #919191. Windows color (decimal): -3246215 or 7960526. OLE color: 7960526.

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

Color convert

RGB206119121-
CMYK00.420.410.19
HSL358.62º47.03%63.73%-
HSV(B)358.62º42.23%80.78%-
XYZ35.527.721.56-
YUV145.24114.32171.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=46.19%
G=26.68%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611912100.420.410.19358.6247.0363.73
HexCE777902A29131672f40
Octal316167171052512354757100
Binary11001110111011111110010101010101001100111011001111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7779; }

 p { color: rgb(206,119,121); }

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

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

 a { background-color: rgb(206,119,121); }

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

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

 span { border-color: rgb(206,119,121); }

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