#CE7678

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

Shades of Froly #CE7678

Tints of Froly #CE7678

Color information

#CE7678 (or 0xCE7678) is unknown color: approx Froly. HEX triplet: CE, 76 and 78. RGB value is (206,118,120). Sum of RGB (Red+Green+Blue) = 206+118+120=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7678 is #318987. Grayscale: #909090. Windows color (decimal): -3246472 or 7894734. OLE color: 7894734.

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

Color convert

RGB206118120-
CMYK00.430.420.19
HSL358.64º47.31%63.53%-
HSV(B)358.64º42.72%80.78%-
XYZ35.3227.4321.2-
YUV144.54114.15171.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=46.40%
G=26.58%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611812000.430.420.19358.6447.3163.53
HexCE767802B2A131672f40
Octal316166170053522354757100
Binary11001110111011011110000101011101010100111011001111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7678; }

 p { color: rgb(206,118,120); }

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

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

 a { background-color: rgb(206,118,120); }

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

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

 span { border-color: rgb(206,118,120); }

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