#CE6976

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

Shades of Froly #CE6976

Tints of Froly #CE6976

Color information

#CE6976 (or 0xCE6976) is unknown color: approx Froly. HEX triplet: CE, 69 and 76. RGB value is (206,105,118). Sum of RGB (Red+Green+Blue) = 206+105+118=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6976 is #319689. Grayscale: #888888. Windows color (decimal): -3249802 or 7760334. OLE color: 7760334.

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

Color convert

RGB206105118-
CMYK00.490.430.19
HSL352.28º50.75%60.98%-
HSV(B)352.28º49.03%80.78%-
XYZ33.7824.5320.09-
YUV136.68117.46177.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=48.02%
G=24.48%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610511800.490.430.19352.2850.7560.98
HexCE69760312B13160333d
Octal31615116606153235406375
Binary1100111011010011110110011000110101110011101100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6976; }

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

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

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

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

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

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

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

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